Message397454
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. |
|
| Date |
User |
Action |
Args |
| 2021-07-13 23:26:06 | gregory.p.smith | set | recipients:
+ gregory.p.smith, twouters, miss-islington |
| 2021-07-13 23:26:06 | gregory.p.smith | set | messageid: <[email protected]> |
| 2021-07-13 23:26:06 | gregory.p.smith | link | issue44630 messages |
| 2021-07-13 23:26:06 | gregory.p.smith | create | |
|