Gregory P. Smith <g...@krypto.org> added the comment:

Thanks!

Things like this both internal to CPython and in CPython API misuse in all 
sorts of third party extension modules are why i think we as a project really 
should to encourage more CI systems to have -UNDEBUG builds of CPython 
available and in use by default when people request Python...

To answer anyone's "why no news entry?" questions... This only shows up in 
-UNDEBUG (and thus pydebug) builds of CPython.  Which basically nobody uses.

We, Google, keep C assertions enabled by undefining NDEBUG in our default 
non-release builds that everything by default runs tests against as a way to 
help improve code quality.

----------
resolution:  -> fixed
stage: patch review -> commit review
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44630>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to