Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
markshannon merged 3 commits into
python:mainpython/cpython:mainfrom
faster-cpython:code-gen-arrays-vs-pointersfaster-cpython/cpython:code-gen-arrays-vs-pointersCopy head branch name to clipboard
Jul 9, 2024
Merged

GH-118926: Better distinguish between pointer and arrays in interpreter generator#121496
markshannon merged 3 commits into
python:mainpython/cpython:mainfrom
faster-cpython:code-gen-arrays-vs-pointersfaster-cpython/cpython:code-gen-arrays-vs-pointersCopy head branch name to clipboard

Conversation

@markshannon

@markshannon markshannon commented Jul 8, 2024

Copy link
Copy Markdown
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.

@markshannon markshannon merged commit bf8686e into python:main Jul 9, 2024
@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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.