-
-
Notifications
You must be signed in to change notification settings - Fork 34k
bpo-36565: Fix libregrtest for Python without builtin _abc #12733
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
Conversation
Fix reference hunting (``python3 -m test -R 3:3``) when Python has no built-in abc module: fix _get_dump() reimplementation of libregrtest.
ilevkivskyi
left a comment
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 @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
GH-12734 is a backport of this pull request to the 3.7 branch. |
|
Thanks for the review @ilevkivskyi! |
|
Fix reference hunting (
python3 -m test -R 3:3) when Python has nobuilt-in abc module: fix _get_dump() reimplementation of libregrtest.
https://bugs.python.org/issue36565