Thanks to visit codestin.com Credit goes to github.com
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 f9b7201 commit cbaddb5Copy full SHA for cbaddb5
1 file changed
Python/thread.c
@@ -43,7 +43,7 @@ static int thread_debug = 0;
43
#define HDR_SIZE 2680 /* sizeof(ushdr_t) */
44
#define MAXPROC 100 /* max # of threads that can be started */
45
46
-static usptr_t *shared_arena;
+/*static*/ usptr_t *shared_arena;
47
static ulock_t count_lock; /* protection for some variables */
48
static ulock_t wait_lock; /* lock used to wait for other threads */
49
static int waiting_for_threads; /* protected by count_lock */
0 commit comments