Skip to content

test_catch_handler_raises regressed on 3.11.4 #64

@mweinelt

Description

@mweinelt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions