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-141860: Add on_error= keyword arg to
multiprocessing.set_forkserver_preload
- #141859
#141859
Merged
gpshead
merged 21 commits into
python:main
python/cpython:main
from
gpshead:claude/forkserver-raise-exceptions-019rrqWeqQGL2zKWava8nshj
gpshead/cpython:claude/forkserver-raise-exceptions-019rrqWeqQGL2zKWava8nshj
Copy head branch name to clipboard
Jan 18, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
gh-141860: Add on_error= keyword arg to
multiprocessing.set_forkserver_preload
#141859
gpshead
merged 21 commits into
python:main
python/cpython:main
from
gpshead:claude/forkserver-raise-exceptions-019rrqWeqQGL2zKWava8nshj
gpshead/cpython:claude/forkserver-raise-exceptions-019rrqWeqQGL2zKWava8nshj
Copy head branch name to clipboard
Commits
Commits on Nov 23, 2025
Add raise_exceptions parameter to multiprocessing.set_forkserver_preload
Show description for 8b7c3ee
3 people
committed
8b7c3ee
View commit details
Copy full SHA for 8b7c3ee
Browse repository at this point
Skip forkserver preload tests on platforms without fork support
Show description for e8836d5
gpshead
and
claude
committed
e8836d5
View commit details
Copy full SHA for e8836d5
Browse repository at this point
Skip all forkserver tests on platforms without fork support
Show description for 5ce91ba
gpshead
and
claude
committed
5ce91ba
View commit details
Copy full SHA for 5ce91ba
Browse repository at this point
Refactor set_forkserver_preload to use on_error parameter
Show description for 75495cc
3 people
committed
75495cc
View commit details
Copy full SHA for 75495cc
Browse repository at this point
Fix unused import and make __notes__ test more robust
Show description for 84c9e5b
gpshead
committed
84c9e5b
View commit details
Copy full SHA for 84c9e5b
Browse repository at this point
Fix warn mode to work when warnings are configured as errors
Show description for a399218
gpshead
committed
a399218
View commit details
Copy full SHA for a399218
Browse repository at this point
Change __main__ warning message from 'import' to 'preload'
Show description for 9c3ba84
gpshead
committed
9c3ba84
View commit details
Copy full SHA for 9c3ba84
Browse repository at this point
Refactor set_forkserver_preload to use _handle_preload helper
Show description for 70c05d8
gpshead
committed
70c05d8
View commit details
Copy full SHA for 70c05d8
Browse repository at this point
Simplify temporary file handling in tests
Show description for 045be92
gpshead
committed
045be92
View commit details
Copy full SHA for 045be92
Browse repository at this point
Remove obvious comments and improve import style in tests
Show description for 6d4c521
gpshead
committed
6d4c521
View commit details
Copy full SHA for 6d4c521
Browse repository at this point
Fix warn mode to work when warnings are configured as errors
Show description for 30c2cf8
gpshead
committed
30c2cf8
View commit details
Copy full SHA for 30c2cf8
Browse repository at this point
Add comments explaining exception catching strategy
Show description for bad9691
gpshead
committed
bad9691
View commit details
Copy full SHA for bad9691
Browse repository at this point
Use double quotes for string values in documentation
Show description for 9d8125f
gpshead
committed
9d8125f
View commit details
Copy full SHA for 9d8125f
Browse repository at this point
Fix warn mode to work when warnings are configured as errors
Show description for 2f8edb8
gpshead
committed
2f8edb8
View commit details
Copy full SHA for 2f8edb8
Browse repository at this point
Add Gregory P. Smith to NEWS entry contributors
gpshead
committed
622345d
View commit details
Copy full SHA for 622345d
Browse repository at this point
Simplify comments and exception note message
Show description for 42e8eb1
gpshead
committed
42e8eb1
View commit details
Copy full SHA for 42e8eb1
Browse repository at this point
Update _send_value docstring to explain pickling requirement
Show description for 64ca5a0
gpshead
committed
64ca5a0
View commit details
Copy full SHA for 64ca5a0
Browse repository at this point
Commits on Jan 14, 2026
Merge main into forkserver on_error branch
Show description for 5a8bfc6
gpshead
and
claude
committed
5a8bfc6
View commit details
Copy full SHA for 5a8bfc6
Browse repository at this point
Fix test hang by restoring __main__ state in TestHandlePreload
Show description for 128e7f0
gpshead
committed
128e7f0
View commit details
Copy full SHA for 128e7f0
Browse repository at this point
Add stderr capture and assertions to forkserver preload tests
Show description for 54f9336
gpshead
and
claude
committed
54f9336
View commit details
Copy full SHA for 54f9336
Browse repository at this point
Refactor preload error handling into _handle_import_error helper
Show description for 6ffe214
gpshead
committed
6ffe214
View commit details
Copy full SHA for 6ffe214
Browse repository at this point
You can’t perform that action at this time.