COMMITS
/ Python/pystate.c June 18, 1999
G
CRITICAL PATCH!
Guido van Rossum committed
December 21, 1998
G
Make current_tstate a global, _PyThreadState_Current. This is to
Guido van Rossum committed
April 10, 1998
G
/* An extension mechanism to store arbitrary additional per-thread state.
Guido van Rossum committed
November 3, 1997
G
The warning about thread still having a frame now only happens in
Guido van Rossum committed
August 21, 1997
G
Added missing newline to warning msg
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 19, 1997
G
Remove confusing usage comments at end.
Guido van Rossum committed
May 20, 1997
G
Don't use function prototypes in function definition headers.
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed