[issue38006] Crash in remove() weak reference callback of weakref.WeakValueDictionary at Python exit
Tim Peters
report at bugs.python.org
Mon Sep 30 14:21:58 EDT 2019
Tim Peters <tim at python.org> added the comment:
Łukasz, all type objects have tp_clear slots, and always did. The patch in question put something useful in the function object's tp_clear slot instead of leaving it NULL. No interface, as such, changes either way.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38006>
_______________________________________
More information about the Python-bugs-list
mailing list