-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove hacks in genobject.c #111354
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
Comments
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Oct 26, 2023
iritkatriel
added a commit
that referenced
this issue
Oct 26, 2023
iritkatriel
added
the
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
label
Oct 26, 2023
iritkatriel
added a commit
that referenced
this issue
Nov 2, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Nov 2, 2023
FullteaR
pushed a commit
to FullteaR/cpython
that referenced
this issue
Nov 3, 2023
iritkatriel
added a commit
that referenced
this issue
Nov 9, 2023
…d imports in genobject.c (#111708)
Closing as it looks like the relevant PRs have been merged, please re-open if still needed. |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
… compiler and frame state (python#111648)
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
… unused imports in genobject.c (python#111708)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
… compiler and frame state (python#111648)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
… unused imports in genobject.c (python#111708)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor Objects/genobject.c to get rid of these hacks/issues:
gen_close
accessesinstr_ptr - 1
_PyGen_yf
peeks into the execution stackresult
arg reused ingen_send_ex2
for two different purposes (one of which is not the result)Linked PRs
The text was updated successfully, but these errors were encountered: