Skip to content

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

Merged
orsenthil merged 1 commit into
python:3.10from
miss-islington:backport-ff28d89-3.10
Oct 4, 2022
Merged

[3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543)#97855
orsenthil merged 1 commit into
python:3.10from
miss-islington:backport-ff28d89-3.10

Conversation

@miss-islington

Copy link
Copy Markdown
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 cousteaulecommandant@users.noreply.github.com

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 <cousteaulecommandant@users.noreply.github.com>
@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
Copy Markdown
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