cpython/Lib/test/test_tools
Eric Snow 6693f730e0
bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)
The "Slot" helper (descriptor) is leaking references due to its caching mechanism. The change includes a partial fix to Slot, but also adds Variable.storage to replace the problematic use of Slot.

https://bugs.python.org/issue38187
2019-09-27 15:53:34 +01:00
..
test_c_analyzer bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
__init__.py bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
__main__.py
test_fixcid.py
test_gprof2html.py
test_i18n.py
test_lll.py bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 2019-08-21 15:27:33 -07:00
test_md5sum.py
test_pathfix.py bpo-37064: Add option -a to pathfix.py tool (GH-15717) 2019-09-25 14:26:28 +02:00
test_pdeps.py
test_pindent.py
test_reindent.py
test_sundry.py
test_unparse.py