Guido van Rossum
|
22348dc0e1
|
The warning about thread still having a frame now only happens in
verbose mode.
|
1997-11-03 22:08:36 +00:00 |
Guido van Rossum
|
5f896a4de0
|
Added missing newline to warning msg
|
1997-08-21 02:28:19 +00:00 |
Guido van Rossum
|
25ce566661
|
The last of the mass checkins for separate (sub)interpreters.
Everything should now work again.
See the comments for the .h files mass checkin (e.g. pystate.h) for
more detail.
|
1997-08-02 03:10:38 +00:00 |
Guido van Rossum
|
0c88e1fd96
|
Remove confusing usage comments at end.
|
1997-07-19 00:02:22 +00:00 |
Guido van Rossum
|
f9cba090f9
|
Don't use function prototypes in function definition headers.
|
1997-05-20 22:23:34 +00:00 |
Guido van Rossum
|
a027efa5bf
|
Massive changes for separate thread state management.
All per-thread globals are moved into a struct which is manipulated
separately.
|
1997-05-05 20:56:21 +00:00 |