mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
This commit is contained in:
parent
1a90b17bce
commit
11d7b1423f
2 changed files with 3 additions and 1 deletions
|
@ -330,6 +330,8 @@ EXPORTS
|
|||
PyModule_GetState=python35.PyModule_GetState
|
||||
PyModule_New=python35.PyModule_New
|
||||
PyModule_Type=python35.PyModule_Type DATA
|
||||
PyModuleDef_Init=python35.PyModuleDef_Init
|
||||
PyModuleDef_Type=python35.PyModuleDef_Type DATA
|
||||
PyNullImporter_Type=python35.PyNullImporter_Type DATA
|
||||
PyNumber_Absolute=python35.PyNumber_Absolute
|
||||
PyNumber_Add=python35.PyNumber_Add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue