-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) #26885
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
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) #26885
Conversation
…thonGH-25757). (cherry picked from commit 4f72526) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
8c4938c
to
d7c99d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But please fix the doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
@erlend-aasland: Status check is done, and it's a failure ❌ . |
|
@erlend-aasland: Status check is done, and it's a failure ❌ . |
1 similar comment
@erlend-aasland: Status check is done, and it's a failure ❌ . |
@erlend-aasland: Status check is done, and it's a success ✅ . |
(cherry picked from commit 4f72526, fbff538, and 8cec740)
Co-authored-by: Erlend Egeberg Aasland [email protected]
https://bugs.python.org/issue43988
Automerge-Triggered-By: GH:vstinner