[issue27169] __debug__ is not optimized out at compile time for anything but `if:` and `while:` blocks

Serhiy Storchaka report at bugs.python.org
Fri Dec 15 05:35:51 EST 2017


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


New changeset 3325a6780c81f1ea51190370b5454879c4862a37 by Serhiy Storchaka in branch 'master':
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
https://github.com/python/cpython/commit/3325a6780c81f1ea51190370b5454879c4862a37


----------

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


More information about the Python-bugs-list mailing list