We are seeing a test regression on 1.1.1 after upgrading Python from 3.11.3 to 3.11.4.
exceptiongroup> __________________________ test_catch_handler_raises ___________________________
exceptiongroup> + Exception Group Traceback (most recent call last):
exceptiongroup> | File "/build/source/tests/test_catch_py311.py", line 127, in test_catch_handler_raises
exceptiongroup> | raise ExceptionGroup("booboo", [ValueError("bar")])
exceptiongroup> | ExceptionGroup: booboo (1 sub-exception)
exceptiongroup> +-+---------------- 1 ----------------
exceptiongroup> | ValueError: bar
exceptiongroup> +------------------------------------
exceptiongroup>
exceptiongroup> During handling of the above exception, another exception occurred:
exceptiongroup> tests/test_catch_py311.py:129: in test_catch_handler_raises
exceptiongroup> raise RuntimeError("new")
exceptiongroup> E RuntimeError: new
We are seeing a test regression on 1.1.1 after upgrading Python from 3.11.3 to 3.11.4.