X Tutup
The Wayback Machine - https://web.archive.org/web/20221223184636/https://github.com/python/cpython/pull/99258
Skip to content
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

GH-99257: Check the owner's type when specializing slots #99258

Merged
merged 4 commits into from Nov 10, 2022

Conversation

brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Nov 8, 2022

@brandtbucher brandtbucher added interpreter-core (Objects, Python, Grammar, and Parser dirs) release-blocker type-crash A hard crash of the interpreter, possibly with a core dump needs backport to 3.11 labels Nov 8, 2022
@brandtbucher brandtbucher requested a review from markshannon Nov 8, 2022
@brandtbucher brandtbucher self-assigned this Nov 8, 2022
@markshannon markshannon merged commit 9d69284 into python:main Nov 10, 2022
15 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Nov 10, 2022

Thanks @brandtbucher for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Nov 10, 2022

GH-99324 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 10, 2022
…nGH-99258)

(cherry picked from commit 9d69284)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
ethanfurman pushed a commit to ethanfurman/cpython that referenced this pull request Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) release-blocker type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup