We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9530c commit f82c951Copy full SHA for f82c951
Misc/ACKS
@@ -556,6 +556,7 @@ Eric Groo
556
Daniel Andrade Groppe
557
Dag Gruneau
558
Filip Gruszczyński
559
+Andrii Grynenko
560
Grzegorz Grzywacz
561
Thomas Guettler
562
Yuyang Guo
Python/pystate.c
@@ -744,6 +744,10 @@ _PyGILState_Fini(void)
744
void
745
_PyGILState_Reinit(void)
746
{
747
+#ifdef WITH_THREAD
748
+ head_mutex = NULL;
749
+ HEAD_INIT();
750
+#endif
751
PyThreadState *tstate = PyGILState_GetThisThreadState();
752
PyThread_delete_key(autoTLSkey);
753
if ((autoTLSkey = PyThread_create_key()) == -1)
0 commit comments