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

Christian Tismer report at bugs.python.org
Wed Sep 1 08:29:19 EDT 2021


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

What about an even more flexible solution?
A debug option could memorize always the last object deallocated
and give full info (the object's repr) before the crash would happen.

----------
nosy: +Christian.Tismer

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


More information about the Python-bugs-list mailing list