[issue28649] refleak in typing.py

Yury Selivanov report at bugs.python.org
Wed Nov 9 14:20:49 EST 2016


Yury Selivanov added the comment:

> Yury, _tp_cache should be the only one (of course most generic classes have _abc_cache since GenericMeta inherits from ABCMeta)

Then there is at least one more bug not related to lru_cache (or any kind of cache in typing).

And it's not classes-with-empty-slots bug either.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28649>
_______________________________________


More information about the Python-bugs-list mailing list