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
/
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.2k
Star
74.2k
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
gh-112127: Fix use-after-free in atexit.unregister()
- #114092
#114092
Merged
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
benjaminJohnson2204:gh-112127
benjaminJohnson2204/cpython:gh-112127
Copy head branch name to clipboard
Dec 17, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-112127: Fix use-after-free in atexit.unregister()
#114092
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
benjaminJohnson2204:gh-112127
benjaminJohnson2204/cpython:gh-112127
Copy head branch name to clipboard
Commits
Commits on Jan 15, 2024
Fix use-after-free in atexit.unregister()
benjaminJohnson2204
committed
6c8db8a
View commit details
Copy full SHA for 6c8db8a
Browse repository at this point
Merge branch 'main' into gh-112127
benjaminJohnson2204
authored
0623581
View commit details
Copy full SHA for 0623581
Browse repository at this point
Commits on Feb 13, 2024
Merge branch 'main' into gh-112127
benjaminJohnson2204
authored
8e6d5c6
View commit details
Copy full SHA for 8e6d5c6
Browse repository at this point
Address code review comments in atexit tests
benjaminJohnson2204
committed
075c49f
View commit details
Copy full SHA for 075c49f
Browse repository at this point
Fix linter issue
benjaminJohnson2204
committed
5b022fc
View commit details
Copy full SHA for 5b022fc
Browse repository at this point
Commits on Jul 17, 2024
Merge branch 'main' into gh-112127
serhiy-storchaka
authored
1148d80
View commit details
Copy full SHA for 1148d80
Browse repository at this point
Commits on Jul 18, 2024
Address PR comments
benjaminJohnson2204
committed
9056824
View commit details
Copy full SHA for 9056824
Browse repository at this point
Remove trailing whitespace
benjaminJohnson2204
committed
0775ca8
View commit details
Copy full SHA for 0775ca8
Browse repository at this point
Commits on Dec 17, 2025
Merge branch 'main' into gh-112127
serhiy-storchaka
authored
c01d7db
View commit details
Copy full SHA for c01d7db
Browse repository at this point
Fix tests.
serhiy-storchaka
committed
143fd96
View commit details
Copy full SHA for 143fd96
Browse repository at this point
Add a NEWS entry.
serhiy-storchaka
committed
99e35c9
View commit details
Copy full SHA for 99e35c9
Browse repository at this point
Fix use-after-free issue in atexit.unregister
serhiy-storchaka
authored
7ec0097
View commit details
Copy full SHA for 7ec0097
Browse repository at this point
You can’t perform that action at this time.