[issue45061] [C API] Detect refcount bugs on True/False in C extensions

Christian Tismer report at bugs.python.org
Thu Sep 2 04:52:39 EDT 2021


Christian Tismer <tismer at stackless.com> added the comment:

> Apart None, True and False, do you know other objects which must not be deleted?

Yes, what I can think of is the immutable empty tuple singleton
which is such a candidate to be forgotten.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45061>
_______________________________________


More information about the Python-bugs-list mailing list