[issue44630] Assertion failure in csv module

Gregory P. Smith report at bugs.python.org
Tue Jul 13 19:26:06 EDT 2021


Gregory P. Smith <greg at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44630>
_______________________________________


More information about the Python-bugs-list mailing list