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
FFY00
changed the title
Intermittent failure in ERROR: test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions
Intermittent failure in test_sys.SysModuleTest.test_current_exceptionsOct 13, 2023
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
Bug report
Bug description:
Example: https://github.com/python/cpython/actions/runs/6502915514/job/17662666558?pr=110794
The code in question:
cpython/Lib/test/test_sys.py
Lines 507 to 572 in b883cad
Originally added in 64366fa
I believe the failure is due to
sys._current_exceptions
being run before the exception is raised.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: