mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
This commit is contained in:
parent
7f59fd7c7c
commit
7800f75827
5 changed files with 77 additions and 3 deletions
|
|
@ -471,6 +471,8 @@ EXPORTS
|
|||
PySlice_Type=python33.PySlice_Type DATA
|
||||
PySortWrapper_Type=python33.PySortWrapper_Type DATA
|
||||
PyState_FindModule=python33.PyState_FindModule
|
||||
PyState_AddModule=python33.PyState_AddModule
|
||||
PyState_RemoveModule=python33.PyState_RemoveModule
|
||||
PyStructSequence_GetItem=python33.PyStructSequence_GetItem
|
||||
PyStructSequence_New=python33.PyStructSequence_New
|
||||
PyStructSequence_NewType=python33.PyStructSequence_NewType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue