Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-trio
/
trio-websocket
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
33
Star
80
Code
Issues
17
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Support strict_exception_groups=True
- #188
#188
Merged
belm0
merged 10 commits into
python-trio:master
python-trio/trio-websocket:master
from
jakkdl:strict_exception_groups_support
jakkdl/trio-websocket:strict_exception_groups_support
Copy head branch name to clipboard
Sep 21, 2024
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Support strict_exception_groups=True
#188
belm0
merged 10 commits into
python-trio:master
python-trio/trio-websocket:master
from
jakkdl:strict_exception_groups_support
jakkdl/trio-websocket:strict_exception_groups_support
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2024
* Drops python3.7 support. It still works afaik, but is a pain to test in CI.
Show description for 8f04a5c
jakkdl
committed
8f04a5c
View commit details
Copy full SHA for 8f04a5c
Browse repository at this point
handle strict_exception_groups=True by unwrapping user exceptions from within exceptiongroups
Show description for 7eb779b
jakkdl
committed
7eb779b
View commit details
Copy full SHA for 7eb779b
Browse repository at this point
Commits on Jun 19, 2024
Merge remote-tracking branch 'origin/master' into strict_exception_groups_support
jakkdl
committed
c3f7dc2
View commit details
Copy full SHA for c3f7dc2
Browse repository at this point
revamp exception handling, add multiple tests that cover most plausible cases
jakkdl
committed
8fd6db1
View commit details
Copy full SHA for 8fd6db1
Browse repository at this point
fix pylint warnings
jakkdl
committed
69853c3
View commit details
Copy full SHA for 69853c3
Browse repository at this point
fix old_deps
jakkdl
committed
f22fa75
View commit details
Copy full SHA for f22fa75
Browse repository at this point
Commits on Aug 31, 2024
bump cffi version, fix pylint warning
jakkdl
committed
4e6f1c7
View commit details
Copy full SHA for 4e6f1c7
Browse repository at this point
Commits on Sep 2, 2024
removed duplicate 'mypy' entry, renamed EXCEPTION_GROUP_TYPE to _TRIO_EXC_GROUP_TYPE and moved it to _impl
jakkdl
committed
5560766
View commit details
Copy full SHA for 5560766
Browse repository at this point
reword internal error message
jakkdl
committed
a9f14a1
View commit details
Copy full SHA for a9f14a1
Browse repository at this point
Commits on Sep 10, 2024
minor edits after review from belm0
jakkdl
committed
40369d0
View commit details
Copy full SHA for 40369d0
Browse repository at this point
You can’t perform that action at this time.