summaryrefslogtreecommitdiff
path: root/Lib/test/leakers
Commit message (Expand)AuthorAgeFilesLines
* Add the original test case of bug #1469629,Armin Rigo2010-08-241-0/+12
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-151-19/+0
* Whitespace normalization.Tim Peters2006-04-141-16/+16
* Show case: reference cycles involving only the ob_type field are ratherArmin Rigo2006-04-141-0/+13
* Restore test tee with some modifications.Neal Norwitz2006-04-141-0/+25
* Update notes to address cyclic garbage and what should happen when a test is ...Neal Norwitz2006-04-141-0/+13
* Remove tests that no longer leak. There is still one leaking generator testNeal Norwitz2006-04-133-30/+19
* whitespace normalisationAnthony Baxter2006-03-301-1/+0
* Add an example of a generator->freevar->cell->generator reference-cycle thatThomas Wouters2006-03-281-0/+11
* Oops, copied the wrong code from keeprefs. Get the right codeNeal Norwitz2006-03-171-4/+9
* 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 be...Neal Norwitz2006-02-284-0/+52