Anthony Baxter
|
4ef3a23a35
|
whitespace normalisation
|
2006-03-30 12:59:11 +00:00 |
Thomas Wouters
|
a33b2bc873
|
Add an example of a generator->freevar->cell->generator reference-cycle that
doesn't get cleaned up and thus leaks.
|
2006-03-28 08:14:24 +00:00 |
Neal Norwitz
|
d5f8ec27a8
|
Oops, copied the wrong code from keeprefs. Get the right code
this time and call gc.collect(), since there is some garbage.
The original code didn't really leak (if gc.collect() was called).
|
2006-03-17 07:15:59 +00:00 |
Neal Norwitz
|
770a800967
|
Update/expand on comments about leaking tests.
|
2006-03-17 04:52:38 +00:00 |
Neal Norwitz
|
ddda855337
|
Ignore ctypes leaks, but add a test case so we do not forget.
|
2006-03-17 04:45:38 +00:00 |
Brett Cannon
|
4954b384e4
|
Fix mismatch opening and closing quotes on a string.
|
2006-03-02 17:47:01 +00:00 |
Neal Norwitz
|
cd8ca8092f
|
Add a note about removing the file once the bug is fixed
|
2006-02-28 20:40:50 +00:00 |
Tim Peters
|
dfc240450c
|
Gave README a .txt extension.
|
2006-02-28 19:05:29 +00:00 |
Neal Norwitz
|
edc8f1366a
|
Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt).
|
2006-02-28 19:02:05 +00:00 |