summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1993-10-12 14:10:58 +0000
committerSjoerd Mullender <sjoerd@acm.org>1993-10-12 14:10:58 +0000
commit530eb847e096ad113918241626ee745235ae2280 (patch)
tree079db24d23b5c4c211778b45d9097922348a3f05 /Python/thread.c
parent48ad53215e2b2831be7ada4ccd17f6267dfebd4f (diff)
downloadcpython-530eb847e096ad113918241626ee745235ae2280.tar.gz
Added widget methods {Height,Width}{,MM}OfScreen.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 56ef137278..f2e7ae959c 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -43,7 +43,7 @@ static int thread_debug = 0;
#define HDR_SIZE 2680 /* sizeof(ushdr_t) */
#define MAXPROC 100 /* max # of threads that can be started */
-static usptr_t *shared_arena;
+/*static*/ usptr_t *shared_arena;
static ulock_t count_lock; /* protection for some variables */
static ulock_t wait_lock; /* lock used to wait for other threads */
static int waiting_for_threads; /* protected by count_lock */