mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
This commit is contained in:
parent
5be45a6105
commit
8479a3426e
4 changed files with 40 additions and 40 deletions
|
@ -229,6 +229,7 @@ typedef struct pyruntimestate {
|
|||
PyAPI_DATA(_PyRuntimeState) _PyRuntime;
|
||||
PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
|
||||
PyAPI_FUNC(void) _PyRuntimeState_Fini(_PyRuntimeState *);
|
||||
PyAPI_FUNC(void) _PyRuntimeState_ReInitThreads(void);
|
||||
|
||||
/* Initialize _PyRuntimeState.
|
||||
Return NULL on success, or return an error message on failure. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue