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
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
105
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Match CPython on code objects, ast, symtable and syntax error positions
- #8580
#8580
Merged
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:compiler-cpython-parity
youknowone/RustPython:compiler-cpython-parity
Copy head branch name to clipboard
Aug 23, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Match CPython on code objects, ast, symtable and syntax error positions
#8580
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:compiler-cpython-parity
youknowone/RustPython:compiler-cpython-parity
Copy head branch name to clipboard
Commits
Commits on Aug 22, 2026
Guard all/any/tuple(genexpr) calls when the generator is a coroutine
Show description for 24048ea
youknowone
committed
24048ea
View commit details
Copy full SHA for 24048ea
Browse repository at this point
Name the ellipsis type `ellipsis`
Show description for 2b75cac
youknowone
committed
2b75cac
View commit details
Copy full SHA for 2b75cac
Browse repository at this point
Align compiler front end and instruction positions with CPython
Show description for 569cc05
youknowone
committed
569cc05
View commit details
Copy full SHA for 569cc05
Browse repository at this point
Align ast module output with CPython
Show description for 7cf03aa
youknowone
committed
7cf03aa
View commit details
Copy full SHA for 7cf03aa
Browse repository at this point
Align symbol table output with CPython
Show description for 7a7ef48
youknowone
committed
7a7ef48
View commit details
Copy full SHA for 7a7ef48
Browse repository at this point
Locate the eval return and the interactive print like CPython
Show description for 4fa2f52
youknowone
committed
4fa2f52
View commit details
Copy full SHA for 4fa2f52
Browse repository at this point
Give interactive mode the conditional annotations cell
Show description for 6fabab6
youknowone
committed
6fabab6
View commit details
Copy full SHA for 6fabab6
Browse repository at this point
Give compiler-raised SyntaxErrors an end position
Show description for f1b9311
youknowone
committed
f1b9311
View commit details
Copy full SHA for f1b9311
Browse repository at this point
Report parser diagnostics with CPython's wording
Show description for 2f125c2
youknowone
committed
2f125c2
View commit details
Copy full SHA for 2f125c2
Browse repository at this point
Punctuate the code object repr like CPython
Show description for ec99450
youknowone
committed
ec99450
View commit details
Copy full SHA for ec99450
Browse repository at this point
Match CPython's parser error positions
Show description for fa71120
youknowone
committed
fa71120
View commit details
Copy full SHA for fa71120
Browse repository at this point
Commits on Aug 23, 2026
codegen: seek to the finally body's own scopes before copying it
Show description for 73f3f65
youknowone
committed
73f3f65
View commit details
Copy full SHA for 73f3f65
Browse repository at this point
You can’t perform that action at this time.