summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2025-01-09 10:10:28 (GMT)
committerGitHub <noreply@github.com>2025-01-09 10:10:28 (GMT)
commit1439b81928f1b52c5a0ac7fd81fdd66afd5f72da (patch)
tree327fda70fac52911985d6c15f062e374a3734fd6 /PC/python3dll.c
parent4685401845ba3e2ab8c9f4a9a10aa2969b11985f (diff)
downloadcpython-1439b81928f1b52c5a0ac7fd81fdd66afd5f72da.zip
cpython-1439b81928f1b52c5a0ac7fd81fdd66afd5f72da.tar.gz
cpython-1439b81928f1b52c5a0ac7fd81fdd66afd5f72da.tar.bz2
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Diffstat (limited to 'PC/python3dll.c')
-rwxr-xr-xPC/python3dll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index 8657ddb..84b3c73 100755
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -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)