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
114
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Bytecode parity
- #7504
#7504
Merged
youknowone
merged 15 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:bytecode-parity
youknowone/RustPython:bytecode-parity
Copy head branch name to clipboard
Mar 25, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Bytecode parity
#7504
youknowone
merged 15 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:bytecode-parity
youknowone/RustPython:bytecode-parity
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2026
Match CPython LOAD_SPECIAL stack semantics for with/async-with
Show description for a6aab76
youknowone
committed
a6aab76
View commit details
Copy full SHA for a6aab76
Browse repository at this point
Normalize LOAD_FAST_CHECK and JUMP_BACKWARD_NO_INTERRUPT
Show description for d015f02
youknowone
committed
d015f02
View commit details
Copy full SHA for d015f02
Browse repository at this point
Add EXTENDED_ARG to SKIP_OPS, normalize LOAD_FAST_CHECK and JUMP_BACKWARD_NO_INTERRUPT
youknowone
committed
37d1e03
View commit details
Copy full SHA for 37d1e03
Browse repository at this point
Remove duplicate return-None when block already has return
Show description for b559a6e
youknowone
committed
b559a6e
View commit details
Copy full SHA for b559a6e
Browse repository at this point
Improve __static_attributes__ collection accuracy
Show description for 6b200d9
youknowone
committed
6b200d9
View commit details
Copy full SHA for 6b200d9
Browse repository at this point
Use method mode for function-local import attribute calls
Show description for 122f76a
youknowone
committed
122f76a
View commit details
Copy full SHA for 122f76a
Browse repository at this point
Optimize constant iterable before GET_ITER to LOAD_CONST tuple
Show description for d1641dd
youknowone
committed
d1641dd
View commit details
Copy full SHA for d1641dd
Browse repository at this point
Fix cell variable ordering: parameters first, then alphabetical
Show description for 5b19b70
youknowone
committed
5b19b70
View commit details
Copy full SHA for 5b19b70
Browse repository at this point
Emit COPY_FREE_VARS before MAKE_CELL matching CPython order
Show description for 5b32c68
youknowone
committed
5b32c68
View commit details
Copy full SHA for 5b32c68
Browse repository at this point
Fix RESUME AfterYield encoding to match CPython 3.14 (value 5)
Show description for 96462fa
youknowone
committed
96462fa
View commit details
Copy full SHA for 96462fa
Browse repository at this point
Address code review feedback from #7481
Show description for 296eaa1
youknowone
committed
296eaa1
View commit details
Copy full SHA for 296eaa1
Browse repository at this point
Fold constant list/set/tuple literals in compiler
Show description for b2eaa71
youknowone
committed
b2eaa71
View commit details
Copy full SHA for b2eaa71
Browse repository at this point
Use BUILD_MAP 0 + MAP_ADD for large dicts (>= 16 pairs)
Show description for c7f505d
youknowone
committed
c7f505d
View commit details
Copy full SHA for c7f505d
Browse repository at this point
Fix clippy warnings and cargo fmt
youknowone
committed
a23315a
View commit details
Copy full SHA for a23315a
Browse repository at this point
fix surrogate
youknowone
committed
cab59e7
View commit details
Copy full SHA for cab59e7
Browse repository at this point
You can’t perform that action at this time.