Neil Schemenauer
|
faae266e89
|
- Add test for new SAVEALL debugging flag
- Use exceptions rather than asserts for failing tests.
- Reorganize tests and produce some output if verbose option is set.
|
2000-09-22 15:26:20 +00:00 |
Neil Schemenauer
|
a53cf79275
|
- add a new test
- document some of the tricky tests (hopefully correctly :)
|
2000-09-15 22:32:29 +00:00 |
Vladimir Marangozov
|
f9d20c3786
|
Neil Schemenauer: GC enable(), disable(), isenabled() interface.
Small stylistic changes by VM:
- is_enabled() -> isenabled()
- static ... Py_<func> -> static ... gc_<func>
|
2000-08-06 22:45:31 +00:00 |
Jeremy Hylton
|
094c9e587c
|
remove all prints (since the prints where of memory locations)
|
2000-06-30 15:13:15 +00:00 |
Jeremy Hylton
|
c5007aa5c3
|
final patches from Neil Schemenauer for garbage collection
|
2000-06-30 05:02:53 +00:00 |