This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, miss-islington, twouters
Date 2021-07-13.23:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626218766.57.0.430726018742.issue44630@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-07-13 23:26:06gregory.p.smithsetrecipients: + gregory.p.smith, twouters, miss-islington
2021-07-13 23:26:06gregory.p.smithsetmessageid: <1626218766.57.0.430726018742.issue44630@roundup.psfhosted.org>
2021-07-13 23:26:06gregory.p.smithlinkissue44630 messages
2021-07-13 23:26:06gregory.p.smithcreate