mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
This commit is contained in:
parent
93fc20b73e
commit
e377416c10
8 changed files with 152 additions and 7 deletions
|
@ -538,6 +538,7 @@ EXPORTS
|
|||
PySlice_Type=python37.PySlice_Type DATA
|
||||
PySlice_Unpack=python37.PySlice_Unpack
|
||||
PySortWrapper_Type=python37.PySortWrapper_Type DATA
|
||||
PyInterpreterState_GetID=python37.PyInterpreterState_GetID
|
||||
PyState_AddModule=python37.PyState_AddModule
|
||||
PyState_FindModule=python37.PyState_FindModule
|
||||
PyState_RemoveModule=python37.PyState_RemoveModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue