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.3k
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-127266: avoid data races when updating type slots v2
- #133177
#133177
Merged
nascheme
merged 24 commits into
python:main
python/cpython:main
from
nascheme:type-slot-ts-v2
nascheme/cpython:type-slot-ts-v2
Copy head branch name to clipboard
May 28, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
gh-127266: avoid data races when updating type slots v2
#133177
nascheme
merged 24 commits into
python:main
python/cpython:main
from
nascheme:type-slot-ts-v2
nascheme/cpython:type-slot-ts-v2
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2025
gh-127266: avoid data races when updating type slots
Show description for 3094372
nascheme
committed
3094372
View commit details
Copy full SHA for 3094372
Browse repository at this point
For update_all_slots(), do updates more safely.
Show description for f447ce4
nascheme
committed
f447ce4
View commit details
Copy full SHA for f447ce4
Browse repository at this point
Avoid "empty structure" compile error.
nascheme
committed
d511ca6
View commit details
Copy full SHA for d511ca6
Browse repository at this point
Commits on Apr 30, 2025
Use apply_slot_updates() for type_setattro().
nascheme
committed
5e38497
View commit details
Copy full SHA for 5e38497
Browse repository at this point
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
e9516c7
View commit details
Copy full SHA for e9516c7
Browse repository at this point
Reduce number of items in test for slot updates.
Show description for 8c74a0c
nascheme
committed
8c74a0c
View commit details
Copy full SHA for 8c74a0c
Browse repository at this point
Add TSAN suppression for _Py_slot_tp_getattr_hook.
nascheme
committed
6cd7644
View commit details
Copy full SHA for 6cd7644
Browse repository at this point
Queue update of tp_flags as well.
Show description for 3cb2256
nascheme
committed
3cb2256
View commit details
Copy full SHA for 3cb2256
Browse repository at this point
Performance, skip stop-the-world when possible.
Show description for 47e41c9
nascheme
committed
47e41c9
View commit details
Copy full SHA for 47e41c9
Browse repository at this point
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
cb848f1
View commit details
Copy full SHA for cb848f1
Browse repository at this point
Commits on May 1, 2025
Always clear version after __bases__ update.
nascheme
committed
9859ebf
View commit details
Copy full SHA for 9859ebf
Browse repository at this point
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
6c74cac
View commit details
Copy full SHA for 6c74cac
Browse repository at this point
Add test for assigning __bases__.
nascheme
committed
583c435
View commit details
Copy full SHA for 583c435
Browse repository at this point
Commits on May 5, 2025
Avoid releasing TYPE_LOCK when stopping the world.
nascheme
committed
c01707e
View commit details
Copy full SHA for c01707e
Browse repository at this point
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
1b9cad5
View commit details
Copy full SHA for 1b9cad5
Browse repository at this point
Add issue number for TSAN suppression.
nascheme
committed
a1c6b05
View commit details
Copy full SHA for a1c6b05
Browse repository at this point
Bug fix for type_lock_prevent_release().
Show description for 3f6222b
nascheme
committed
3f6222b
View commit details
Copy full SHA for 3f6222b
Browse repository at this point
Commits on May 8, 2025
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
6f218fb
View commit details
Copy full SHA for 6f218fb
Browse repository at this point
Commits on May 27, 2025
Add additional assert.
nascheme
committed
2bcf7ba
View commit details
Copy full SHA for 2bcf7ba
Browse repository at this point
Merge 'origin/main' into type-slot-ts-v2
nascheme
committed
ddfdbd5
View commit details
Copy full SHA for ddfdbd5
Browse repository at this point
Revert test_opcache item size change.
Show description for 63b7ae4
nascheme
committed
63b7ae4
View commit details
Copy full SHA for 63b7ae4
Browse repository at this point
Add comment for new unit test.
nascheme
committed
1a2fee1
View commit details
Copy full SHA for 1a2fee1
Browse repository at this point
Fix assert for default build.
nascheme
committed
c1f3ed5
View commit details
Copy full SHA for c1f3ed5
Browse repository at this point
Improve function name.
Show description for 41e54e1
nascheme
committed
41e54e1
View commit details
Copy full SHA for 41e54e1
Browse repository at this point
You can’t perform that action at this time.