FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
WIP bpo-44800: Rename `_PyInterpreterFrame` to `_Py_framedata` by ncoghlan · Pull Request #27525 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
WIP bpo-44800: Rename _PyInterpreterFrame to _Py_framedata
- #27525
#27525
Closed
ncoghlan
wants to merge 34 commits into
python:main
python/cpython:main
from
ncoghlan:bpo-44800-rename-interpreter-frames
ncoghlan/cpython:bpo-44800-rename-interpreter-frames
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
WIP bpo-44800: Rename _PyInterpreterFrame to _Py_framedata
#27525
ncoghlan
wants to merge 34 commits into
python:main
python/cpython:main
from
ncoghlan:bpo-44800-rename-interpreter-frames
ncoghlan/cpython:bpo-44800-rename-interpreter-frames
Copy head branch name to clipboard
Commits
Commits on Aug 1, 2021
bpo-44800: Clearly distinguish execution & introspection frames
Show description for a133e0d
ncoghlan
committed
a133e0d
View commit details
Copy full SHA for a133e0d
Browse repository at this point
Commits on Aug 14, 2021
'frame' and 'frame data' replaces introspection and execution frames
ncoghlan
committed
d8858aa
View commit details
Copy full SHA for d8858aa
Browse repository at this point
Merge remote-tracking branch 'origin/main' into bpo-44800-rename-interpreter-frames
ncoghlan
committed
cd340b0
View commit details
Copy full SHA for cd340b0
Browse repository at this point
Tweak some comments
ncoghlan
committed
ccf953b
View commit details
Copy full SHA for ccf953b
Browse repository at this point
Another comment fix
ncoghlan
committed
4a097bd
View commit details
Copy full SHA for 4a097bd
Browse repository at this point
Fix LLTRACE macro compile error
ncoghlan
committed
bd00490
View commit details
Copy full SHA for bd00490
Browse repository at this point
Revert unintended function name changes
ncoghlan
committed
04aa7e8
View commit details
Copy full SHA for 04aa7e8
Browse repository at this point
Fix comment alignment
ncoghlan
committed
e9018e7
View commit details
Copy full SHA for e9018e7
Browse repository at this point
Follow proposed new naming conventions in gdb hooks
ncoghlan
committed
0ce41c8
View commit details
Copy full SHA for 0ce41c8
Browse repository at this point
Commits on Aug 21, 2021
Merge remote-tracking branch 'origin/main' into bpo-44800-rename-interpreter-frames
ncoghlan
committed
c269e1f
View commit details
Copy full SHA for c269e1f
Browse repository at this point
Commits on Mar 6, 2022
Reduce conflicts for main branch merge
ncoghlan
committed
4eeff9a
View commit details
Copy full SHA for 4eeff9a
Browse repository at this point
Fix bad search & replace
ncoghlan
committed
6fa0f53
View commit details
Copy full SHA for 6fa0f53
Browse repository at this point
main branch has no underscore
ncoghlan
committed
776ca80
View commit details
Copy full SHA for 776ca80
Browse repository at this point
Reduce function header conflicts
ncoghlan
committed
682af23
View commit details
Copy full SHA for 682af23
Browse repository at this point
Yet more merge conflict reduction
ncoghlan
committed
c76e63b
View commit details
Copy full SHA for c76e63b
Browse repository at this point
Merged and compiles, naming is inconsistent
ncoghlan
committed
b1d1438
View commit details
Copy full SHA for b1d1438
Browse repository at this point
Reinstate _Py_framedata struct rename
ncoghlan
committed
cae935d
View commit details
Copy full SHA for cae935d
Browse repository at this point
Fix type declaration for gen/coro frame data
ncoghlan
committed
2866bfa
View commit details
Copy full SHA for 2866bfa
Browse repository at this point
Document frame related naming conventions
ncoghlan
committed
239a62f
View commit details
Copy full SHA for 239a62f
Browse repository at this point
Migrate gen/coro iframe field to fdata naming convention
ncoghlan
committed
2680f35
View commit details
Copy full SHA for 2680f35
Browse repository at this point
Commits on Mar 12, 2022
Use fdata for frame data locals and parameters
ncoghlan
committed
ebda1d3
View commit details
Copy full SHA for ebda1d3
Browse repository at this point
frame -> fdata in ceval.c & allow compilation
ncoghlan
committed
269a4a0
View commit details
Copy full SHA for 269a4a0
Browse repository at this point
Disambiguate f_fdata and f_frame_data
ncoghlan
committed
34cf023
View commit details
Copy full SHA for 34cf023
Browse repository at this point
Merge remote-tracking branch 'origin/main' into bpo-44800-rename-interpreter-frames
ncoghlan
committed
55d9276
View commit details
Copy full SHA for 55d9276
Browse repository at this point
Document the currently implemented conventions
ncoghlan
committed
3eba918
View commit details
Copy full SHA for 3eba918
Browse repository at this point
Note the 'current_frame' exception
ncoghlan
committed
e8a4adf
View commit details
Copy full SHA for e8a4adf
Browse repository at this point
Fix test_gdb
ncoghlan
committed
3d654a0
View commit details
Copy full SHA for 3d654a0
Browse repository at this point
Fix header file include guard var
ncoghlan
committed
b09b114
View commit details
Copy full SHA for b09b114
Browse repository at this point
Distinguish frame state error messages
ncoghlan
committed
9b51976
View commit details
Copy full SHA for 9b51976
Browse repository at this point
super() does not access C frame structs
ncoghlan
committed
0a3611c
View commit details
Copy full SHA for 0a3611c
Browse repository at this point
new_frame -> new_fdata in frame push
ncoghlan
committed
08410cc
View commit details
Copy full SHA for 08410cc
Browse repository at this point
Add missing error check in PyImport_Import
ncoghlan
committed
c694768
View commit details
Copy full SHA for c694768
Browse repository at this point
No Python frame seems legit for PyImport_Import()
ncoghlan
committed
ba87ef3
View commit details
Copy full SHA for ba87ef3
Browse repository at this point
Get test_gdb passing locally
ncoghlan
committed
7168f7d
View commit details
Copy full SHA for 7168f7d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL