Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-38878: Fix os.PathLike __subclasshook__ #17336
Conversation
Please provide tests so that this functionality isn't accidentally removed in the future. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Nov 22, 2019
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
This comment has been minimized.
This comment has been minimized.
I have made the requested changes; please review again |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Nov 22, 2019
Thanks for making the requested changes! @brettcannon: please review the changes made to this pull request. |
This comment has been minimized.
This comment has been minimized.
Alright, ready for merge. I have made the requested changes; please review again |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Nov 25, 2019
Thanks for making the requested changes! @brettcannon: please review the changes made to this pull request. |
This comment has been minimized.
This comment has been minimized.
Ready for merge? |
This comment has been minimized.
This comment has been minimized.
I will get back to this on the weekend. |
OK, LGTM now. |
This comment has been minimized.
This comment has been minimized.
Also since this is technically a bug, I am going to backport this to 3.7 and 3.8. |
eae87e3
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 22, 2019
Thanks @bharel for the PR, and @ilevkivskyi for merging it |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 22, 2019
Sorry, @bharel and @ilevkivskyi, I could not cleanly backport this to |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 22, 2019
Sorry @bharel and @ilevkivskyi, I had trouble checking out the |
This comment has been minimized.
This comment has been minimized.
@bharel Oops, there are conflicts, you can however do this manually. |
bpo-38878: Fix os.PathLike __subclasshook__ (pythonGH-17336)
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 23, 2019
GH-17684 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 23, 2019
GH-17685 is a backport of this pull request to the 3.7 branch. |
bharel commentedNov 22, 2019
•
edited by bedevere-bot
Quick subclasshook fix. No need for tests, regression bugs cannot happen and the same method is being used in collections.abc (up to a certain degree).
https://bugs.python.org/issue38878