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-135335: flush stdout/stderr in forkserver after preloading modules
- #135338
#135338
Merged
vstinner
merged 15 commits into
python:main
python/cpython:main
from
duaneg:gh-135335
duaneg/cpython:gh-135335
Copy head branch name to clipboard
Jun 18, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-135335: flush stdout/stderr in forkserver after preloading modules
#135338
vstinner
merged 15 commits into
python:main
python/cpython:main
from
duaneg:gh-135335
duaneg/cpython:gh-135335
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2025
gh-135335: flush stdout/stderr in forkserver after preloading modules
Show description for d59b229
duaneg
committed
d59b229
View commit details
Copy full SHA for d59b229
Browse repository at this point
Attempt to fix MacOS test failures
Show description for 552266f
duaneg
committed
552266f
View commit details
Copy full SHA for 552266f
Browse repository at this point
Check stderr first to get details of assertion failures
duaneg
committed
6e36eea
View commit details
Copy full SHA for 6e36eea
Browse repository at this point
Commits on Jun 12, 2025
Further minor diagnostic improvements upon test failure
duaneg
committed
33f9956
View commit details
Copy full SHA for 33f9956
Browse repository at this point
Commits on Jun 16, 2025
Set start method explicitly to "forkserver" so it works on MacOS (and if the
Show description for 9944968
duaneg
committed
9944968
View commit details
Copy full SHA for 9944968
Browse repository at this point
Commits on Jun 17, 2025
Address reviewer feedback: introduce some intermediate variables and use a
Show description for 1523e74
duaneg
committed
1523e74
View commit details
Copy full SHA for 1523e74
Browse repository at this point
Update Lib/test/_test_multiprocessing.py
Show description for 2125574
duaneg
and
efimov-mikhail
authored
2125574
View commit details
Copy full SHA for 2125574
Browse repository at this point
Additional review feedback: add comment and align ordering
duaneg
committed
db298cb
View commit details
Copy full SHA for db298cb
Browse repository at this point
Update Lib/test/mp_preload_flush.py
Show description for f9bab0a
duaneg
and
vstinner
authored
f9bab0a
View commit details
Copy full SHA for f9bab0a
Browse repository at this point
Show default diff on unexpected stdout/err
duaneg
committed
4ffa138
View commit details
Copy full SHA for 4ffa138
Browse repository at this point
Update Lib/test/_test_multiprocessing.py
Show description for 4d57d74
duaneg
and
vstinner
authored
4d57d74
View commit details
Copy full SHA for 4d57d74
Browse repository at this point
Update Misc/NEWS.d/next/Library/2025-06-10-21-42-04.gh-issue-135335.WnUqb_.rst
Show description for e73ea34
duaneg
and
vstinner
authored
e73ea34
View commit details
Copy full SHA for e73ea34
Browse repository at this point
Remove redundant check
duaneg
committed
3f07ff7
View commit details
Copy full SHA for 3f07ff7
Browse repository at this point
Commits on Jun 18, 2025
Don't write an newline to avoid any implicit flushes that might happen
duaneg
committed
da4df44
View commit details
Copy full SHA for da4df44
Browse repository at this point
Be consistent and do not rely on asserts being enabled
duaneg
committed
fdb30e1
View commit details
Copy full SHA for fdb30e1
Browse repository at this point
You can’t perform that action at this time.