mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
Co-authored-by: Senthil Kumaran <senthil@uthcode.com> Co-authored-by: scoder <stefan_ml@behnel.de>
This commit is contained in:
parent
c76da79b37
commit
14fc2bdfab
2 changed files with 13 additions and 1 deletions
|
|
@ -271,6 +271,9 @@ EXPORT_FUNC(PyFrame_GetCode)
|
|||
EXPORT_FUNC(PyFrame_GetLineNumber)
|
||||
EXPORT_FUNC(PyFrozenSet_New)
|
||||
EXPORT_FUNC(PyGC_Collect)
|
||||
EXPORT_FUNC(PyGC_Disable)
|
||||
EXPORT_FUNC(PyGC_Enable)
|
||||
EXPORT_FUNC(PyGC_IsEnabled)
|
||||
EXPORT_FUNC(PyGILState_Ensure)
|
||||
EXPORT_FUNC(PyGILState_GetThisThreadState)
|
||||
EXPORT_FUNC(PyGILState_Release)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue