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.5k
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-77188: Add support for pickling private methods and nested classes
- #21480
#21480
Merged
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
ZackerySpytz:bpo-33007-pickle-mangle-roundtrip
ZackerySpytz/cpython:bpo-33007-pickle-mangle-roundtrip
Copy head branch name to clipboard
Feb 5, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-77188: Add support for pickling private methods and nested classes
#21480
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
ZackerySpytz:bpo-33007-pickle-mangle-roundtrip
ZackerySpytz/cpython:bpo-33007-pickle-mangle-roundtrip
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2020
bpo-33007: Name-mangled private methods don't roundtrip when pickling
ZackerySpytz
committed
92f5a27
View commit details
Copy full SHA for 92f5a27
Browse repository at this point
Commits on Dec 11, 2022
Merge remote-tracking branch 'upstream/main' into bpo-33007-pickle-mangle-roundtrip
ZackerySpytz
committed
dfad2c0
View commit details
Copy full SHA for dfad2c0
Browse repository at this point
Commits on Nov 29, 2023
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
serhiy-storchaka
committed
944d540
View commit details
Copy full SHA for 944d540
Browse repository at this point
Optimize.
serhiy-storchaka
committed
90cf9b3
View commit details
Copy full SHA for 90cf9b3
Browse repository at this point
Commits on Jan 5, 2024
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
erlend-aasland
authored
6444c67
View commit details
Copy full SHA for 6444c67
Browse repository at this point
Commits on Jan 6, 2026
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
serhiy-storchaka
committed
3c43a5b
View commit details
Copy full SHA for 3c43a5b
Browse repository at this point
Refactor tests.
serhiy-storchaka
committed
1dbe82a
View commit details
Copy full SHA for 1dbe82a
Browse repository at this point
Add tests for other types of methods.
serhiy-storchaka
committed
6317677
View commit details
Copy full SHA for 6317677
Browse repository at this point
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
serhiy-storchaka
committed
00fb920
View commit details
Copy full SHA for 00fb920
Browse repository at this point
Commits on Jan 21, 2026
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
serhiy-storchaka
committed
62f6c64
View commit details
Copy full SHA for 62f6c64
Browse repository at this point
Commits on Jan 22, 2026
Add support for class methods, unbound methods, static methods and nested classes.
serhiy-storchaka
committed
e11fc8a
View commit details
Copy full SHA for e11fc8a
Browse repository at this point
Commits on Feb 5, 2026
Merge branch 'main' into bpo-33007-pickle-mangle-roundtrip
serhiy-storchaka
authored
1271c3f
View commit details
Copy full SHA for 1271c3f
Browse repository at this point
You can’t perform that action at this time.