Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbaddb5

Browse files
Added widget methods {Height,Width}{,MM}OfScreen.
1 parent f9b7201 commit cbaddb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static int thread_debug = 0;
4343
#define HDR_SIZE 2680 /* sizeof(ushdr_t) */
4444
#define MAXPROC 100 /* max # of threads that can be started */
4545

46-
static usptr_t *shared_arena;
46+
/*static*/ usptr_t *shared_arena;
4747
static ulock_t count_lock; /* protection for some variables */
4848
static ulock_t wait_lock; /* lock used to wait for other threads */
4949
static int waiting_for_threads; /* protected by count_lock */

0 commit comments

Comments
 (0)