@@ -266,6 +266,8 @@ EXPORTS
266
266
PyFloat_GetMax=python39.PyFloat_GetMax
267
267
PyFloat_GetMin=python39.PyFloat_GetMin
268
268
PyFloat_Type=python39.PyFloat_Type DATA
269
+ PyFrame_GetCode=python39.PyFrame_GetCode
270
+ PyFrame_GetLineNumber=python39.PyFrame_GetLineNumber
269
271
PyFrozenSet_New=python39.PyFrozenSet_New
270
272
PyFrozenSet_Type=python39.PyFrozenSet_Type DATA
271
273
PyGC_Collect=python39.PyGC_Collect
@@ -453,6 +455,7 @@ EXPORTS
453
455
PyObject_CallFunctionObjArgs=python39.PyObject_CallFunctionObjArgs
454
456
PyObject_CallMethod=python39.PyObject_CallMethod
455
457
PyObject_CallMethodObjArgs=python39.PyObject_CallMethodObjArgs
458
+ PyObject_CallNoArgs=python39.PyObject_CallNoArgs
456
459
PyObject_CallObject=python39.PyObject_CallObject
457
460
PyObject_Calloc=python39.PyObject_Calloc
458
461
PyObject_CheckReadBuffer=python39.PyObject_CheckReadBuffer
@@ -569,6 +572,9 @@ EXPORTS
569
572
PyThreadState_DeleteCurrent=python39.PyThreadState_DeleteCurrent
570
573
PyThreadState_Get=python39.PyThreadState_Get
571
574
PyThreadState_GetDict=python39.PyThreadState_GetDict
575
+ PyThreadState_GetFrame=python39.PyThreadState_GetFrame
576
+ PyThreadState_GetID=python39.PyThreadState_GetID
577
+ PyThreadState_GetInterpreter=python39.PyThreadState_GetInterpreter
572
578
PyThreadState_New=python39.PyThreadState_New
573
579
PyThreadState_SetAsyncExc=python39.PyThreadState_SetAsyncExc
574
580
PyThreadState_Swap=python39.PyThreadState_Swap
0 commit comments