Skip to content

Commit f0c43a9

Browse files
authored
chore: Update pythonXY.def
1 parent 37355f6 commit f0c43a9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/python310.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,8 @@ _PyImport_AcquireLock
12181218
_PyImport_FindExtensionObject
12191219
_PyImport_FixupBuiltin
12201220
_PyImport_FixupExtensionObject
1221+
_PyImport_GetModuleAttr
1222+
_PyImport_GetModuleAttrString
12211223
_PyImport_GetModuleId
12221224
_PyImport_IsInitialized
12231225
_PyImport_ReleaseLock

src/python311.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ PyClassMethod_New
8181
PyClassMethod_Type DATA
8282
PyCode_Addr2Line
8383
PyCode_Addr2Location
84+
PyCode_GetCellvars
8485
PyCode_GetCode
86+
PyCode_GetFreevars
87+
PyCode_GetVarnames
8588
PyCode_New
8689
PyCode_NewEmpty
8790
PyCode_NewWithPosOnlyArgs

0 commit comments

Comments
 (0)