summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
Commit message (Collapse)AuthorAgeFilesLines
* whitespace normalisationAnthony Baxter2006-03-301-1/+0
|
* Add an example of a generator->freevar->cell->generator reference-cycle thatThomas Wouters2006-03-281-0/+11
| | | | doesn't get cleaned up and thus leaks.
* Oops, copied the wrong code from keeprefs. Get the right codeNeal Norwitz2006-03-171-4/+9
| | | | | | this time and call gc.collect(), since there is some garbage. The original code didn't really leak (if gc.collect() was called).
* Update/expand on comments about leaking tests.Neal Norwitz2006-03-171-0/+1
|
* Ignore ctypes leaks, but add a test case so we do not forget.Neal Norwitz2006-03-171-0/+11
|
* Fix mismatch opening and closing quotes on a string.Brett Cannon2006-03-021-2/+1
|
* Add a note about removing the file once the bug is fixedNeal Norwitz2006-02-281-1/+2
|
* Gave README a .txt extension.Tim Peters2006-02-281-0/+0
|
* Add directory which contains known ref leaks. Some of these are likely to ↵Neal Norwitz2006-02-284-0/+52
be system dependent (like test_gestalt).