Skip to content

Commit 6cd5c60

Browse files
committed
NEWS entry
1 parent c780ce0 commit 6cd5c60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)