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-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough #122867

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Aug 9, 2024

There were a still a number of gaps in the tests, including not looking at all the builtin types and not checking wrappers in subinterpreters that weren't in the main interpreter. This fixes all that.

I considered incorporating the names of the PyTypeObject fields (a la gh-122866), but figured doing so doesn't add much value.

@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) August 12, 2024 19:11
@ericsnowcurrently ericsnowcurrently merged commit 503af8f into python:main Aug 12, 2024
35 checks passed
@ericsnowcurrently ericsnowcurrently deleted the fix-slot-wrapper-inheritance-tests branch August 12, 2024 19:19
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
…orough (pythongh-122867)

There were a still a number of gaps in the tests, including not looking
at all the builtin types and not checking wrappers in subinterpreters
that weren't in the main interpreter. This fixes all that.

I considered incorporating the names of the PyTypeObject fields
(a la pythongh-122866), but figured doing so doesn't add much value.
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.

1 participant