FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state by iritkatriel · Pull Request #98001 · python/cpython · GitHub
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.3k
Star
74.9k
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
Back
|
FazBrowse Home
|
New Git URL