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
295
Pull requests
100
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Specialized ops
- #7322
#7322
Merged
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization2
youknowone/RustPython:specialization2
Copy head branch name to clipboard
Mar 4, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Specialized ops
#7322
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization2
youknowone/RustPython:specialization2
Copy head branch name to clipboard
Commits
Commits on Mar 4, 2026
Add CALL_ALLOC_AND_ENTER_INIT specialization
Show description for e77bb5a
youknowone
committed
e77bb5a
View commit details
Copy full SHA for e77bb5a
Browse repository at this point
Invalidate JIT cache when __code__ is reassigned
Show description for 4ab342d
youknowone
committed
4ab342d
View commit details
Copy full SHA for 4ab342d
Browse repository at this point
Atomic operations for specialization cache
Show description for 5e9ec26
youknowone
committed
5e9ec26
View commit details
Copy full SHA for 5e9ec26
Browse repository at this point
Fix slot wrapper override for inherited attributes
Show description for c9a40ce
youknowone
committed
c9a40ce
View commit details
Copy full SHA for c9a40ce
Browse repository at this point
Fix StoreAttrSlot cache overflow corrupting next instruction
Show description for 2bd0d10
youknowone
committed
2bd0d10
View commit details
Copy full SHA for 2bd0d10
Browse repository at this point
Exclude method_descriptor from has_python_cmp check
Show description for 7bd5300
youknowone
committed
7bd5300
View commit details
Copy full SHA for 7bd5300
Browse repository at this point
Fix CompareOpFloat NaN handling
Show description for 5c81306
youknowone
committed
5c81306
View commit details
Copy full SHA for 5c81306
Browse repository at this point
Fix invoke_exact_args borrow in CallAllocAndEnterInit
youknowone
committed
5a1b29b
View commit details
Copy full SHA for 5a1b29b
Browse repository at this point
Distinguish Python method vs not-found in slot MRO lookup
Show description for f99e95f
youknowone
committed
f99e95f
View commit details
Copy full SHA for f99e95f
Browse repository at this point
Extract specialization helper functions to reduce boilerplate
Show description for 8821456
youknowone
committed
8821456
View commit details
Copy full SHA for 8821456
Browse repository at this point
Improve specialization guards and fix mark_stacks
Show description for dd89151
youknowone
committed
dd89151
View commit details
Copy full SHA for dd89151
Browse repository at this point
Auto-format: cargo fmt --all
github-actions[bot]
committed
21c29ca
View commit details
Copy full SHA for 21c29ca
Browse repository at this point
You can’t perform that action at this time.