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 1398b1b commit d29feccCopy full SHA for d29fecc
Misc/ACKS
@@ -552,6 +552,7 @@ Eric Groo
552
Daniel Andrade Groppe
553
Dag Gruneau
554
Filip Gruszczyński
555
+Andrii Grynenko
556
Grzegorz Grzywacz
557
Thomas Guettler
558
Yuyang Guo
Python/pystate.c
@@ -743,6 +743,10 @@ _PyGILState_Fini(void)
743
void
744
_PyGILState_Reinit(void)
745
{
746
+#ifdef WITH_THREAD
747
+ head_mutex = NULL;
748
+ HEAD_INIT();
749
+#endif
750
PyThreadState *tstate = PyGILState_GetThisThreadState();
751
PyThread_delete_key(autoTLSkey);
752
if ((autoTLSkey = PyThread_create_key()) == -1)
0 commit comments