-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with the exceptiongroup library #17
Comments
I removed this from the 1.0.0 target because the exceptiongroup library is nowhere near release ready. It needs plenty of work to get there. |
This effort should be restarted, because as it is anyio is no longer compatible with Trio master.
|
The library isn't ready yet, and I've committed a much simpler fix in master now. |
What I could do at this point is to modify AnyIO's ExceptionGroup API to match PEP 654. |
I just tried, and the problem is that trio's |
Actually, I already had in place a workaround where a trio-specific |
Got it now – all tests pass. I'll polish this later. |
The current implementation of exception groups in anyio is quite poor. This has been left alone because of the emerging exceptiongroup library which should provide a much better implementation. Once it's been released, we should add a dependency on it and remove our built-in implementation.
The text was updated successfully, but these errors were encountered: