STINNER Victor <vstin...@python.org> added the comment:
Steve: > Also +Victor, because I think we should switch back to debug builds in CI in > order to catch failed assertions before they get merged. Ken Jin: > So I don't see why Windows is special. The Python test suite is way slower on Windows when Python is built in debug mode: 19 min 41 sec (debug) instead of 12 min 19 sec (release) on Windows x64: 1.6x slower. * https://bugs.python.org/issue45115#msg401141 * https://github.com/python/cpython/pull/28181 I would prefer to not make our workflow slower. IMO it's ok to miss a few bugs in pre-commit checks, and only catch them on Windows debug buildbots. In my experience, it happens less than once per months. It's more like 2 or 3 times per year. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45415> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com