Skip to content

GH-125868: Fix STORE_ATTR_WITH_HINT specialization - #125876

Merged
markshannon merged 5 commits into
python:mainfrom
faster-cpython:fix-125868
Oct 24, 2024
Merged

GH-125868: Fix STORE_ATTR_WITH_HINT specialization#125876
markshannon merged 5 commits into
python:mainfrom
faster-cpython:fix-125868

Conversation

@markshannon

@markshannonmarkshannon commented Oct 23, 2024

Copy link
Copy Markdown
Member

Simple fix, but challenging to test.

Also fixes a minor bug I found in dis.dis(show_caches=True) while investigating the issue.

@hroncok

Copy link
Copy Markdown
Contributor

This fixes cython/cython#6426

@hroncokhroncok left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The versions in NEWS are off by one.

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@markshannon@hroncok@iritkatriel