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-117482: Cleaning up tp_dict for static builtin types in subinterpreters
- #117660
#117660
Closed
mliezun
wants to merge 15 commits into
python:main
python/cpython:main
from
mliezun:fix-issue-117482
mliezun/cpython:fix-issue-117482
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
gh-117482: Cleaning up tp_dict for static builtin types in subinterpreters
#117660
mliezun
wants to merge 15 commits into
python:main
python/cpython:main
from
mliezun:fix-issue-117482
mliezun/cpython:fix-issue-117482
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2024
Cleaning up tp_dict for static builtin types in subinterpreter
Show description for 072b8eb
mliezun
committed
072b8eb
View commit details
Copy full SHA for 072b8eb
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
96aa164
View commit details
Copy full SHA for 96aa164
Browse repository at this point
Commits on Jul 10, 2024
Update Misc/NEWS.d/next/Core and Builtins/2024-06-03-23-13-29.gh-issue-117482.p5mtQI.rst
Show description for e75f94e
mliezun
and
ericsnowcurrently
authored
e75f94e
View commit details
Copy full SHA for e75f94e
Browse repository at this point
Update Objects/typeobject.c
Show description for 258a17f
mliezun
and
ericsnowcurrently
authored
258a17f
View commit details
Copy full SHA for 258a17f
Browse repository at this point
Update Objects/typeobject.c
Show description for bb862cc
mliezun
and
ericsnowcurrently
authored
bb862cc
View commit details
Copy full SHA for bb862cc
Browse repository at this point
Update Objects/typeobject.c
Show description for 526e97d
mliezun
and
ericsnowcurrently
authored
526e97d
View commit details
Copy full SHA for 526e97d
Browse repository at this point
Merge branch 'main' into fix-issue-117482
ericsnowcurrently
authored
d691d4b
View commit details
Copy full SHA for d691d4b
Browse repository at this point
Fix linting by running: "pre-commit run --all-files"
mliezun
committed
a0f56c4
View commit details
Copy full SHA for a0f56c4
Browse repository at this point
Fix interpreter state data type
mliezun
committed
9b18855
View commit details
Copy full SHA for 9b18855
Browse repository at this point
Corrected assert in fix_builtin_slot_wrappers
Show description for 42eae5a
mliezun
committed
42eae5a
View commit details
Copy full SHA for 42eae5a
Browse repository at this point
Test types in subinterpreters
Show description for f283c7e
mliezun
committed
f283c7e
View commit details
Copy full SHA for f283c7e
Browse repository at this point
Fix test for slot wrappers inside subinterpreters
mliezun
committed
589b259
View commit details
Copy full SHA for 589b259
Browse repository at this point
Moved subinterpreter builtin types cleanup code to add_operators()
mliezun
committed
0b12944
View commit details
Copy full SHA for 0b12944
Browse repository at this point
Skip slot wrapper test when subinterpreters are not available
mliezun
committed
b057e22
View commit details
Copy full SHA for b057e22
Browse repository at this point
Use SkipTest instead of skip
mliezun
committed
7a15ba2
View commit details
Copy full SHA for 7a15ba2
Browse repository at this point
You can’t perform that action at this time.