Skip to content

Commit 7e1e75c

Browse files
committed
NEWS entry
1 parent c780ce0 commit 7e1e75c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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 :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

Comments
 (0)