Commit d5f0ce9f authored by Guido van Rossum's avatar Guido van Rossum

Added some symbols (I'm afraid more will come).

parent fd91056d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment