gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)

This commit is contained in:
Petr Viktorin 2025-01-09 11:10:28 +01:00 committed by GitHub
parent 4685401845
commit 1439b81928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 358 additions and 33 deletions

2
PC/python3dll.c generated
View file

@ -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)