Skip to content

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 5fdce5d into python:3.11 Oct 4, 2022
@miss-islington miss-islington deleted the backport-ff28d89-3.11 branch October 4, 2022 22:55
@miss-islington
Copy link
Contributor Author

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

pablogsal pushed a commit that referenced this pull request Oct 22, 2022
gh-88355: Fix backslashes in AF_PIPE (GH-96543)

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]>

Co-authored-by: cousteau <[email protected]>
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