Searched refs:PYTHON_API_VERSION (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/ |
D | modsupport.h | 166 #define PYTHON_API_VERSION 1013 macro 238 PyModule_Create2(module, PYTHON_API_VERSION) 252 PyModule_FromDefAndSpec2(module, spec, PYTHON_API_VERSION)
|
/third_party/python/PC/ |
D | python_ver_rc.h | 34 #define PYVERSION64 PY_MAJOR_VERSION, PY_MINOR_VERSION, FIELD3, PYTHON_API_VERSION
|
/third_party/python/Objects/ |
D | moduleobject.c | 132 if (module_api_version != PYTHON_API_VERSION && module_api_version != PYTHON_ABI_VERSION) { in check_api_version() 138 PYTHON_API_VERSION, name, module_api_version); in check_api_version()
|
/third_party/python/Doc/c-api/ |
D | module.rst | 259 :const:`PYTHON_API_VERSION`. 393 with *module_api_version* set to :const:`PYTHON_API_VERSION`.
|
/third_party/python/Python/ |
D | sysmodule.c | 2826 SET_SYS("api_version", PyLong_FromLong(PYTHON_API_VERSION)); in _PySys_InitCore() 3093 PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION); in _PySys_Create()
|
D | bltinmodule.c | 2986 mod = _PyModule_CreateInitialized(&builtinsmodule, PYTHON_API_VERSION); in _PyBuiltin_Init()
|
/third_party/python/Doc/whatsnew/ |
D | 2.3.rst | 1477 * The value of the C :const:`PYTHON_API_VERSION` macro is now exposed at the
|
/third_party/python/Misc/ |
D | HISTORY | 22752 to the value of the PYTHON_API_VERSION macro with which the 31713 - Bumped the PYTHON_API_VERSION to 1006, due to the Ellipses -> 31944 <apiversion> is the four-digit PYTHON_API_VERSION (currently 1005). 32093 - New PYTHON_API_VERSION value and .pyc file magic number (again!). 32181 - New PYTHON_API_VERSION value and .pyc file magic number.
|