mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
This commit is contained in:
parent
4685401845
commit
1439b81928
18 changed files with 358 additions and 33 deletions
2
PC/python3dll.c
generated
2
PC/python3dll.c
generated
|
@ -81,6 +81,8 @@ EXPORT_FUNC(Py_Main)
|
|||
EXPORT_FUNC(Py_MakePendingCalls)
|
||||
EXPORT_FUNC(Py_NewInterpreter)
|
||||
EXPORT_FUNC(Py_NewRef)
|
||||
EXPORT_FUNC(Py_PACK_FULL_VERSION)
|
||||
EXPORT_FUNC(Py_PACK_VERSION)
|
||||
EXPORT_FUNC(Py_REFCNT)
|
||||
EXPORT_FUNC(Py_ReprEnter)
|
||||
EXPORT_FUNC(Py_ReprLeave)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue