Skip to content

GH-118926: Better distinguish between pointer and arrays in interpreter generator #121496

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

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Jul 8, 2024

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.

@markshannon markshannon merged commit bf8686e into python:main Jul 9, 2024
41 checks passed
@markshannon markshannon deleted the code-gen-arrays-vs-pointers branch July 9, 2024 10:41
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
@markshannon markshannon restored the code-gen-arrays-vs-pointers branch July 16, 2024 13:44
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
@markshannon markshannon deleted the code-gen-arrays-vs-pointers branch August 6, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants