Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
80eb3c02027b435ef1f0eaaa1406b43dd6eebaeb
cpython/Include/Python.h

4 lines
122 B
C
Raw Normal View History

pythonrun.h: added run_pyc_file ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
1994-09-14 13:23:36 +00:00
/* Header file to be included by modules using new naming conventions */
The great renaming, phase two: all header files have been updated to use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h".
1995-01-12 11:45:45 +00:00
#define Py_USE_NEW_NAMES
pythonrun.h: added run_pyc_file ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
1994-09-14 13:23:36 +00:00
#include "allobjects.h"
Reference in New Issue Copy Permalink
Powered by Gitea Page: 105ms Template: 3ms
English
English
Licenses API