You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python/cpython#92886, Irit noticed that a bunch of tests fail when run with -O:
On main (3.12 branch):
% ./python.exe -Om test -j2
[...]
10 tests failed:
[...]
This seems wrong because
(1) it indicates that some assertions should be exceptions instead.
(2) it implies that we don't have a buildbot testing with -O
The text was updated successfully, but these errors were encountered:
I suggest you to contact the owner of one of existing buildbots and ask if they would be ok to add -O option to their worker. I don't think that it's worth it to add a new worker just for that.
In python/cpython#92886, Irit noticed that a bunch of tests fail when run with
-O
:[...]
The text was updated successfully, but these errors were encountered: