File tree Expand file tree Collapse file tree 5 files changed +3591
-0
lines changed
Expand file tree Collapse file tree 5 files changed +3591
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments