-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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: Fix the Slot Wrapper Inheritance Tests #122248
gh-117482: Fix the Slot Wrapper Inheritance Tests #122248
Conversation
!buildbot iOS |
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 60ad88d 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
|
The tests were only checking cases where the slot wrapper was present in the initial case. They were missing when the slot wrapper was added in the additional initializations. This fixes that.
I'll be backporting this to 3.13 and 3.12 manually.
int.__str__
behaviour inside sub-interpreters #117482