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.1k
Star
74.2k
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-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state
- #98001
#98001
Merged
iritkatriel
merged 13 commits into
python:main
python/cpython:main
from
iritkatriel:linenos
iritkatriel/cpython:linenos
Copy head branch name to clipboard
Oct 17, 2022
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state
#98001
iritkatriel
merged 13 commits into
python:main
python/cpython:main
from
iritkatriel:linenos
iritkatriel/cpython:linenos
Copy head branch name to clipboard
Commits
Commits on Sep 29, 2022
pass location into the various ADDOPs
iritkatriel
committed
ecfa12e
View commit details
Copy full SHA for ecfa12e
Browse repository at this point
Commits on Oct 6, 2022
Pass locations around instead of using the one on the compiler state. Assert they are the same as on the compiler state, except a few places where the location is currently wrong/random.
iritkatriel
committed
082625c
View commit details
Copy full SHA for 082625c
Browse repository at this point
find last loc in finally body
iritkatriel
committed
c50ff36
View commit details
Copy full SHA for c50ff36
Browse repository at this point
remove scaffold
iritkatriel
committed
091266f
View commit details
Copy full SHA for 091266f
Browse repository at this point
remove u_loc from compiler_unit
iritkatriel
committed
8fd667d
View commit details
Copy full SHA for 8fd667d
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into linenos
iritkatriel
committed
c7764ce
View commit details
Copy full SHA for c7764ce
Browse repository at this point
Commits on Oct 7, 2022
Merge remote-tracking branch 'upstream/main' into linenos
iritkatriel
committed
498e98b
View commit details
Copy full SHA for 498e98b
Browse repository at this point
Merge branch 'main' into linenos
JelleZijlstra
authored
f8d061b
View commit details
Copy full SHA for f8d061b
Browse repository at this point
typedef of the location struct
iritkatriel
committed
0df1e0c
View commit details
Copy full SHA for 0df1e0c
Browse repository at this point
Commits on Oct 8, 2022
Merge branch 'main' into linenos
iritkatriel
authored
e09f741
View commit details
Copy full SHA for e09f741
Browse repository at this point
Commits on Oct 16, 2022
Merge branch 'main' into linenos
iritkatriel
authored
80393a3
View commit details
Copy full SHA for 80393a3
Browse repository at this point
Commits on Oct 17, 2022
int --> Py_ssize_t. renamed last_location_in_body --> location_of_last_executing_statement
iritkatriel
committed
8e7acf6
View commit details
Copy full SHA for 8e7acf6
Browse repository at this point
removed CHANGED comment indicating where line numbers were not perfectly preserved
iritkatriel
committed
5418bb5
View commit details
Copy full SHA for 5418bb5
Browse repository at this point
You can’t perform that action at this time.