There was an error while loading. Please reload this page.
1 parent c780ce0 commit 7e1e75cCopy full SHA for 7e1e75c
1 file changed
Misc/NEWS.d/next/Library/2025-05-30-18-37-44.gh-issue-134453.kxkA-o.rst
@@ -0,0 +1,4 @@
1
+Fixed :mod:`subprocess.communicate` ``input=`` handling of :class:`memoryview`
2
+instances that were non-byte shaped on POSIX platforms. Those are now properly
3
+cast to a byte shaped view instead of truncating the input. Windows platforms
4
+did not have this bug.
0 commit comments