summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_finalization.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41984: GC track all user classes (GH-22701)Brandt Bucher2020-10-151-2/+21
|
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-4/+13
|
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+513