Logo
Explore Help
Sign In
1berry/cpython
1
0
Fork 0
You've already forked cpython
Code Issues Packages Projects Releases Wiki Activity
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 Version: 1.23.8 Page: 143ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API