cpython/Lib/test/test_tools/test_c_analyzer
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_common bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
test_c_globals bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
test_c_parser bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
test_c_symbols bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
__init__.py
__main__.py
util.py