Skip to content

[3.9] bpo-42415: Add symbols of the stable ABI to python3dll.c (GH-23598) #23801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions PC/python3.def
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ EXPORTS
PyFloat_GetMax=python39.PyFloat_GetMax
PyFloat_GetMin=python39.PyFloat_GetMin
PyFloat_Type=python39.PyFloat_Type DATA
PyFrame_GetCode=python39.PyFrame_GetCode
PyFrame_GetLineNumber=python39.PyFrame_GetLineNumber
PyFrozenSet_New=python39.PyFrozenSet_New
PyFrozenSet_Type=python39.PyFrozenSet_Type DATA
PyGC_Collect=python39.PyGC_Collect
Expand Down Expand Up @@ -453,6 +455,7 @@ EXPORTS
PyObject_CallFunctionObjArgs=python39.PyObject_CallFunctionObjArgs
PyObject_CallMethod=python39.PyObject_CallMethod
PyObject_CallMethodObjArgs=python39.PyObject_CallMethodObjArgs
PyObject_CallNoArgs=python39.PyObject_CallNoArgs
PyObject_CallObject=python39.PyObject_CallObject
PyObject_Calloc=python39.PyObject_Calloc
PyObject_CheckReadBuffer=python39.PyObject_CheckReadBuffer
Expand Down Expand Up @@ -569,6 +572,9 @@ EXPORTS
PyThreadState_DeleteCurrent=python39.PyThreadState_DeleteCurrent
PyThreadState_Get=python39.PyThreadState_Get
PyThreadState_GetDict=python39.PyThreadState_GetDict
PyThreadState_GetFrame=python39.PyThreadState_GetFrame
PyThreadState_GetID=python39.PyThreadState_GetID
PyThreadState_GetInterpreter=python39.PyThreadState_GetInterpreter
PyThreadState_New=python39.PyThreadState_New
PyThreadState_SetAsyncExc=python39.PyThreadState_SetAsyncExc
PyThreadState_Swap=python39.PyThreadState_Swap
Expand Down