-
-
Notifications
You must be signed in to change notification settings - Fork 32k
[3.12] gh-118507 : Fix ntpath.isfile
for pipes.
#119381
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
…r other cases (pythonGH-118755)
I think I didn't include unrelated changes. Is it fine to use the C version for |
nt._path_is*
(GH-118755)nt._path_is*
to improve applicability for other cases (GH-118755)
Let's revert those, just to minimise the risk of changed behaviour. We can consider backporting them later once we're more confident. |
Done, I also removed the C implementation for these functions to not give anyone ideas... |
nt._path_is*
to improve applicability for other cases (GH-118755)ntpath.isfile
for pipes.
A draft pull request is a good idea. |
nt._path_is*
&nt._path_[l]exists
#118507