Skip to content

[3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) #97855

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

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

miss-islington
Copy link
Contributor

Fix backslashes in AF_PIPE (GH-88355)

The correct syntax for AF_PIPE addresses is \\.\pipe\blahblah, not \.\pipe{blahblah}, but the syntax markup messed up the backslashes.
(cherry picked from commit ff28d89)

Co-authored-by: cousteau [email protected]

Fix backslashes in AF_PIPE (pythonGH-88355)

The correct syntax for AF_PIPE addresses is `\\.\pipe\blahblah`, not `\.\pipe{blahblah}`, but the syntax markup messed up the backslashes.
(cherry picked from commit ff28d89)

Co-authored-by: cousteau <[email protected]>
@orsenthil orsenthil merged commit a980daf into python:3.10 Oct 4, 2022
@miss-islington miss-islington deleted the backport-ff28d89-3.10 branch October 4, 2022 22:55
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants