We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c780ce0 commit 6cd5c60Copy full SHA for 6cd5c60
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
2
+class:`memoryview` instances that were not-byte shaped on POSIX platforms:
3
+Those are now properly cast to a byte shaped view instead of truncating the
4
+input. Windows platforms did not have this bug.
0 commit comments