summaryrefslogtreecommitdiffstats
path: root/Lib/test/final_a.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) ↵Miss Islington (bot)2023-11-091-19/+0
| | | | | | | | (#111891) gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (cherry picked from commit 0c42f7304a2757fe0f78bc6c6fbb33225cd9da15) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Issue #18214: Improve finalization of Python modules to avoid setting their ↵Antoine Pitrou2013-07-311-0/+19
globals to None, in most cases.