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
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.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-16500: Don't use string constants for os.register_at_fork() behavior
- #1834
#1834
Merged
gpshead
merged 14 commits into
python:master
python/cpython:master
from
gpshead:atfork-when-cleanup-16500
gpshead/cpython:atfork-when-cleanup-16500
Copy head branch name to clipboard
May 29, 2017
Conversation
Commits
14
(14)
Checks
Files changed
Merged
bpo-16500: Don't use string constants for os.register_at_fork() behavior
#1834
gpshead
merged 14 commits into
python:master
python/cpython:master
from
gpshead:atfork-when-cleanup-16500
gpshead/cpython:atfork-when-cleanup-16500
Copy head branch name to clipboard
Commits
Commits on May 28, 2017
Use os module constants for os.register_at_fork.
Show description for f638efa
gpshead
committed
f638efa
View commit details
Copy full SHA for f638efa
Browse repository at this point
Switch to keyword only arguments instead of consts
Show description for ac7cd2b
gpshead
committed
ac7cd2b
View commit details
Copy full SHA for ac7cd2b
Browse repository at this point
Undo the unnecessary blank line os.py change.
gpshead
committed
50506fc
View commit details
Copy full SHA for 50506fc
Browse repository at this point
Fix a docstring typo in posixmodule.
gpshead
committed
389b767
View commit details
Copy full SHA for 389b767
Browse repository at this point
Don't mention the HAVE_FORK cpp #define.
gpshead
committed
36525ce
View commit details
Copy full SHA for 36525ce
Browse repository at this point
Don't use backticks in the docstring.
gpshead
committed
6ce5170
View commit details
Copy full SHA for 6ce5170
Browse repository at this point
bpo-16500, don't call forkers if we never forked().
Show description for 1f07b5c
gpshead
committed
1f07b5c
View commit details
Copy full SHA for 1f07b5c
Browse repository at this point
bpo-16500: Clarify when all three calls are made.
Show description for c51902b
gpshead
committed
c51902b
View commit details
Copy full SHA for c51902b
Browse repository at this point
Improve the test cases to cover the required logic.
gpshead
committed
3ee495d
View commit details
Copy full SHA for 3ee495d
Browse repository at this point
fix register_at_fork parameter validation.
gpshead
committed
539c285
View commit details
Copy full SHA for 539c285
Browse repository at this point
update threading to use the new API.
gpshead
committed
81597a6
View commit details
Copy full SHA for 81597a6
Browse repository at this point
Documentation refactoring based on code review.
gpshead
committed
52db2af
View commit details
Copy full SHA for 52db2af
Browse repository at this point
Use the type name rather than repr in the error.
gpshead
committed
22a40c9
View commit details
Copy full SHA for 22a40c9
Browse repository at this point
Commits on May 29, 2017
Use the infinitive in the docstring.
gpshead
committed
5132797
View commit details
Copy full SHA for 5132797
Browse repository at this point
You can’t perform that action at this time.