-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support strict_exception_groups=True #188
Merged
belm0
merged 10 commits into
python-trio:master
from
jakkdl:strict_exception_groups_support
Sep 21, 2024
Merged
Support strict_exception_groups=True #188
belm0
merged 10 commits into
python-trio:master
from
jakkdl:strict_exception_groups_support
Sep 21, 2024
Commits on Jun 17, 2024
-
* Drops python3.7 support. It still works afaik, but is a pain to tes…
…t in CI. * Adds loose mypy run to Makefile & CI * Adds some type annotations * Adds 3.13-dev test run. It currently fails, but will pass once trio and cffi push new releases. * Adds blurb to readme on status of the project. * Bump package versions in requirements-dev.txt and requirements-dev-full.txt * Adds small tests to slightly bump code coverage
Configuration menu - View commit details
-
Copy full SHA for 8f04a5c - Browse repository at this point
Copy the full SHA 8f04a5cView commit details -
handle strict_exception_groups=True by unwrapping user exceptions fro…
…m within exceptiongroups revert making close_connection CS shielded, as that would be a behaviour change causing very long stalls with the default timeout of 60s add comment for pylint disable move RaisesGroup import
Configuration menu - View commit details
-
Copy full SHA for 7eb779b - Browse repository at this point
Copy the full SHA 7eb779bView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3f7dc2 - Browse repository at this point
Copy the full SHA c3f7dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd6db1 - Browse repository at this point
Copy the full SHA 8fd6db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69853c3 - Browse repository at this point
Copy the full SHA 69853c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22fa75 - Browse repository at this point
Copy the full SHA f22fa75View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e6f1c7 - Browse repository at this point
Copy the full SHA 4e6f1c7View commit details
Commits on Sep 2, 2024
-
removed duplicate 'mypy' entry, renamed EXCEPTION_GROUP_TYPE to _TRIO…
…_EXC_GROUP_TYPE and moved it to _impl
Configuration menu - View commit details
-
Copy full SHA for 5560766 - Browse repository at this point
Copy the full SHA 5560766View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f14a1 - Browse repository at this point
Copy the full SHA a9f14a1View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40369d0 - Browse repository at this point
Copy the full SHA 40369d0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.