Skip to content

Commit 3cd278c

Browse files
committed
chore: Update pythonXY.def
1 parent e3183dd commit 3cd278c

File tree

5 files changed

+3591
-0
lines changed

5 files changed

+3591
-0
lines changed

src/python312.def

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,8 +1416,14 @@ _PySlice_GetLongIndices
14161416
_PyStack_AsDict
14171417
_PyState_AddModule
14181418
_PyStructSequence_NewType
1419+
_PySys_Audit
14191420
_PySys_GetAttr
1421+
_PySys_GetOptionalAttr
1422+
_PySys_GetOptionalAttrString
1423+
_PySys_GetRequiredAttr
1424+
_PySys_GetRequiredAttrString
14201425
_PySys_GetSizeOf
1426+
_PySys_SetAttr
14211427
_PyThreadState_Bind
14221428
_PyThreadState_DeleteCurrent
14231429
_PyThreadState_DeleteExcept

src/python313.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,10 @@ _PyStaticType_InitForExtension
14701470
_PyStructSequence_NewType
14711471
_PySuper_Lookup
14721472
_PySys_GetAttr
1473+
_PySys_GetOptionalAttr
1474+
_PySys_GetOptionalAttrString
1475+
_PySys_GetRequiredAttr
1476+
_PySys_GetRequiredAttrString
14731477
_PySys_GetSizeOf
14741478
_PyThreadState_GetCurrent
14751479
_PyThreadState_GetDict
@@ -1506,6 +1510,7 @@ _PyTuple_FromArraySteal
15061510
_PyTuple_Resize
15071511
_PyType_GetDict
15081512
_PyType_GetModuleByDef2
1513+
_PyType_GetModuleByDef3
15091514
_PyType_Lookup
15101515
_PyType_LookupRef
15111516
_PyType_Name

src/python313t.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,10 @@ _PyStaticType_InitForExtension
14711471
_PyStructSequence_NewType
14721472
_PySuper_Lookup
14731473
_PySys_GetAttr
1474+
_PySys_GetOptionalAttr
1475+
_PySys_GetOptionalAttrString
1476+
_PySys_GetRequiredAttr
1477+
_PySys_GetRequiredAttrString
14741478
_PySys_GetSizeOf
14751479
_PyThreadState_GetCurrent
14761480
_PyThreadState_GetDict
@@ -1507,6 +1511,7 @@ _PyTuple_FromArraySteal
15071511
_PyTuple_Resize
15081512
_PyType_GetDict
15091513
_PyType_GetModuleByDef2
1514+
_PyType_GetModuleByDef3
15101515
_PyType_Lookup
15111516
_PyType_LookupRef
15121517
_PyType_Name

0 commit comments

Comments
 (0)