Home
last modified time | relevance | path

Searched refs:PYTHON_API_VERSION (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dmodsupport.h166 #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/
Dpython_ver_rc.h34 #define PYVERSION64 PY_MAJOR_VERSION, PY_MINOR_VERSION, FIELD3, PYTHON_API_VERSION
/third_party/python/Objects/
Dmoduleobject.c132 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/
Dmodule.rst259 :const:`PYTHON_API_VERSION`.
393 with *module_api_version* set to :const:`PYTHON_API_VERSION`.
/third_party/python/Python/
Dsysmodule.c2826 SET_SYS("api_version", PyLong_FromLong(PYTHON_API_VERSION)); in _PySys_InitCore()
3093 PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION); in _PySys_Create()
Dbltinmodule.c2986 mod = _PyModule_CreateInitialized(&builtinsmodule, PYTHON_API_VERSION); in _PyBuiltin_Init()
/third_party/python/Doc/whatsnew/
D2.3.rst1477 * The value of the C :const:`PYTHON_API_VERSION` macro is now exposed at the
/third_party/python/Misc/
DHISTORY22752 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.