Closed sobolevn closed 11 months ago
shouldn't joinpath
agree with __truediv__
?
FWIW, I think I might have misspoken in https://github.com/python/typeshed/pull/10665#discussion_r1317064707 -- this annotation doesn't look as bad as I thought when I gave my analysis there (which is what prompted Nikita to create this PR). _T
should always be solvable for this method, since the whole protocol is generic around the TypeVar, rather than the TypeVar being locally bound to just this method
Based on the discussion, my understanding is that the status quo is probably acceptable and thus we'll choose to reject this change (and its unresolved concerns). Thanks anyhow for the proposal. If you wish to revisit the concern, let's be sure to answer the open concerns about correctness and consistency.
Closes https://github.com/python/importlib_metadata/issues/468