mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
2f2bee2111
In121ed71f4e, mt_continue_should_break was changed to be guarded by `Py_DEBUG`, but it's used in `compress_mt_continue_lock_held` with just `assert`, so it needs to be available when `NDEBUG` is undefined too. `Py_DEBUG` implies `NDEBUG` is undefined, so we can check just that. Fixes:121ed71f4e
Source files for standard library extension modules, and former extension modules that are now builtin modules.