Skip to content

Commit e1e8e52

Browse files
committed
NEWS entry
1 parent 86a5b97 commit e1e8e52

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)