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
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
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
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-83371: handle exceptions from callbacks in process pools
- #131813
#131813
Closed
duaneg
wants to merge 11 commits into
python:main
python/cpython:main
from
duaneg:gh-83371
duaneg/cpython:gh-83371
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
gh-83371: handle exceptions from callbacks in process pools
#131813
duaneg
wants to merge 11 commits into
python:main
python/cpython:main
from
duaneg:gh-83371
duaneg/cpython:gh-83371
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2025
gh-83371: handle exceptions from user-supplied callbacks in process pools
Show description for c7b3d39
duaneg
committed
c7b3d39
View commit details
Copy full SHA for c7b3d39
Browse repository at this point
Commits on Mar 30, 2025
Use threading.excepthook instead of sys.excepthook
duaneg
committed
3582925
View commit details
Copy full SHA for 3582925
Browse repository at this point
Commits on Apr 1, 2025
Raise new group exceptions on callback failure instead of just processing them
Show description for 6526fa3
duaneg
committed
6526fa3
View commit details
Copy full SHA for 6526fa3
Browse repository at this point
Correct silly mistake
duaneg
committed
e22ce74
View commit details
Copy full SHA for e22ce74
Browse repository at this point
Move timing dependent test (of multiple callback failures) into separate
Show description for 89b8c56
duaneg
committed
89b8c56
View commit details
Copy full SHA for 89b8c56
Browse repository at this point
Commits on Apr 2, 2025
CI tests on free-threading builds are failing due to leaked barrier resources.
Show description for eda0acd
duaneg
committed
eda0acd
View commit details
Copy full SHA for eda0acd
Browse repository at this point
Commits on Apr 7, 2025
Shared objects are being leaked via what *looks like* a reference cycle: try
Show description for 7125fc8
duaneg
committed
7125fc8
View commit details
Copy full SHA for 7125fc8
Browse repository at this point
Commits on May 26, 2025
Merge branch 'main' of https://github.com/python/cpython into gh-83371
duaneg
committed
b7f18ed
View commit details
Copy full SHA for b7f18ed
Browse repository at this point
Revert all commits after "Use threading.excepthook instead of sys.excepthook"
Show description for 51a8310
duaneg
committed
51a8310
View commit details
Copy full SHA for 51a8310
Browse repository at this point
Add a test and a blurb
duaneg
committed
4c4674b
View commit details
Copy full SHA for 4c4674b
Browse repository at this point
Correct reference in blurb
duaneg
committed
e321047
View commit details
Copy full SHA for e321047
Browse repository at this point
You can’t perform that action at this time.