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
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
298
Pull requests
107
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Refine specialization caches and extend binary-op coverage
- #7386
#7386
Merged
youknowone
merged 14 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization
youknowone/RustPython:specialization
Copy head branch name to clipboard
Mar 10, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Refine specialization caches and extend binary-op coverage
#7386
youknowone
merged 14 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization
youknowone/RustPython:specialization
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2026
Align BINARY_OP_EXTEND with CPython descriptor cache model
youknowone
committed
5393e86
View commit details
Copy full SHA for 5393e86
Browse repository at this point
Align type _spec_cache and latin1 singleton string paths
youknowone
committed
5bc6078
View commit details
Copy full SHA for 5bc6078
Browse repository at this point
Add specialization differential harness and align init error text
youknowone
committed
cb156c1
View commit details
Copy full SHA for cb156c1
Browse repository at this point
Tighten CALL_ALLOC_AND_ENTER_INIT stack-space guard
youknowone
committed
fc4728b
View commit details
Copy full SHA for fc4728b
Browse repository at this point
Align call-init frame flow and spec cache atomic ordering
youknowone
committed
c487b6d
View commit details
Copy full SHA for c487b6d
Browse repository at this point
Refine call-init recursion guard and cache swap lifetime handling
youknowone
committed
2dd64b8
View commit details
Copy full SHA for 2dd64b8
Browse repository at this point
Align spec cache write locking with CPython contract
youknowone
committed
a0c302c
View commit details
Copy full SHA for a0c302c
Browse repository at this point
rename
youknowone
committed
ceefe6e
View commit details
Copy full SHA for ceefe6e
Browse repository at this point
address review: invalidate init cache on type modification, add cspell words
youknowone
committed
2d7cb74
View commit details
Copy full SHA for 2d7cb74
Browse repository at this point
Align load attr miss cooldown with CPython
youknowone
committed
f7924dd
View commit details
Copy full SHA for f7924dd
Browse repository at this point
Align CALL descriptor and class-call specialization with CPython
youknowone
committed
138d48e
View commit details
Copy full SHA for 138d48e
Browse repository at this point
address review: check datastack space for extra_bytes, require CO_OPTIMIZED in vectorcall fast path
youknowone
committed
aa9f5a8
View commit details
Copy full SHA for aa9f5a8
Browse repository at this point
Extract datastack_frame_size_bytes_for_code, skip monitoring for init_cleanup frames, guard trace dispatch
Show description for a277b86
youknowone
committed
a277b86
View commit details
Copy full SHA for a277b86
Browse repository at this point
Fix Constants newtype usage in init_cleanup_code
youknowone
committed
dbd8b1a
View commit details
Copy full SHA for dbd8b1a
Browse repository at this point
You can’t perform that action at this time.