mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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 |
||
|---|---|---|
| .. | ||
| test_c_analyzer | ||
| __init__.py | ||
| __main__.py | ||
| test_fixcid.py | ||
| test_gprof2html.py | ||
| test_i18n.py | ||
| test_lll.py | ||
| test_md5sum.py | ||
| test_pathfix.py | ||
| test_pdeps.py | ||
| test_pindent.py | ||
| test_reindent.py | ||
| test_sundry.py | ||
| test_unparse.py | ||