Staging
v0.5.1
https://github.com/python/cpython
Revision 5bd85d93c4808935eb3cc3490a0d080e7e727ab7 authored by Jack Jansen on 23 August 1996, 15:45:26 UTC, committed by Jack Jansen on 23 August 1996, 15:45:26 UTC
1 parent 27b10ec
Raw File
Tip revision: 5bd85d93c4808935eb3cc3490a0d080e7e727ab7 authored by Jack Jansen on 23 August 1996, 15:45:26 UTC
Always call __initialize(), also on PPC
Tip revision: 5bd85d9
Python.h
/* Header file to be included by modules using new naming conventions */
#define Py_USE_NEW_NAMES
#include "allobjects.h"
back to top