[issue36389] Add gc.enable_object_debugger(): detect corrupted Python objects in the GC

Serhiy Storchaka report at bugs.python.org
Thu Mar 21 09:05:14 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It is better to not use assert(foo && bar). Use instead two separate asserts: assrte(foo) and assert(bar).

----------

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


More information about the Python-bugs-list mailing list