cpython/Tools/c-analyzer/c_analyzer_common
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
..
__init__.py bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
_generate.py bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
files.py bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
info.py bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
known.py bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00
util.py bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) 2019-09-27 15:53:34 +01:00