GH-118926: Better distinguish between pointer and arrays in interpreter generator by markshannon · Pull Request #121496 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
merged 3 commits into
Merged
Conversation
Member
This is a supporting PR for #121318.
The code generator treats stack items of type PyStackRef * the same as arrays, which is incorrect.
This PR fixes that.
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
awaiting core review
label
markshannon
added
the
skip news
label
markshannon
requested a review
from Fidget-Spinner
Fidget-Spinner
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
markshannon
merged commit
bf8686e
into
python:main
bedevere-app
Bot
removed
the
awaiting merge
label
markshannon
deleted the
code-gen-arrays-vs-pointers
branch
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request
…erpreter generator (pythonGH-121496)
markshannon
restored the
code-gen-arrays-vs-pointers
branch
estyxx pushed a commit to estyxx/cpython that referenced this pull request
…erpreter generator (pythonGH-121496)
markshannon
deleted the
code-gen-arrays-vs-pointers
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment