Uh oh!
There was an error while loading. Please reload this page.
Add compatibility for PathDistributions implemented with stdlib objects in Python 3.8/3.9 - #397
Merged
Conversation
This is required to fix typecheck false positive.
abravalheri
marked this pull request as ready for review
July 18, 2022 12:51
2 tasks
jaraco
commented
Aug 28, 2022
Member
This looks good. I think I'd like to extract the compatibility shims into a module like |
abravalheri
commented
Aug 31, 2022
ContributorAuthor
jaraco
commented
Oct 1, 2022
Member
Oh, geez. I can see these issues must have been annoying. Thanks for tackling this concern - it will help future maintainers and ease integration into CPython. |
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
rozhuk-im added a commit
to rozhuk-im/freebsd-ports
that referenced
this pull request
Sep 17, 2024
fluffykhv pushed a commit
to fluffykhv/freebsd-ports
that referenced
this pull request
Oct 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an attempt to solve #396.
Changes:
MetaPathFinders returningPathDistributionobjects directly from stdlib._normalized_nameduring entry-point fetchingEntryPoint.matchesduring entry-point fetching