gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris - #155110
Conversation
|
Have you tested this on a real Solaris machine? I don't know much about Solaris but if this fixes it I am willing to merge this. |
|
Yes. I tested it on both x86 and sparc - the two platform we deliver Solaris for. |
|
Thanks! Can we please backport this all the way to 3.13, same as the original change? |
|
Thanks @kulikjak for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @kulikjak for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @kulikjak for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-155129 is a backport of this pull request to the 3.13 branch. |
|
GH-155130 is a backport of this pull request to the 3.14 branch. |
|
GH-155131 is a backport of this pull request to the 3.15 branch. |
|
Thanks! |
Fixes #145030 on Solaris.
The behavior on Solaris is identical to MacOS (fixed in #154222). This PR adds it to the list of platforms affected, fixing the issue and making the newly added test green.