mirror of https://github.com/python/cpython.git
Added some symbols (I'm afraid more will come).
This commit is contained in:
parent
fd91056d59
commit
d5f0ce9f28
|
@ -207,6 +207,7 @@ EXPORTS
|
|||
PyTraceBack_Here
|
||||
PyTraceBack_Print
|
||||
PyImport_AddModule
|
||||
PyImport_Cleanup
|
||||
PyImport_GetModuleDict
|
||||
PyImport_GetMagicNumber
|
||||
PyImport_ImportModule
|
||||
|
@ -364,6 +365,8 @@ EXPORTS
|
|||
PyMem_Realloc
|
||||
PyMem_Free
|
||||
PyThreadState_New
|
||||
PyThreadState_Get
|
||||
PyThreadState_Swap
|
||||
PyThreadState_Clear
|
||||
PyThreadState_Delete
|
||||
PyInterpreterState_New
|
||||
|
|
Loading…
Reference in New Issue