Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-88355: Fix backslashes in AF_PIPE (pythonGH-96543)
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>
- Loading branch information