summaryrefslogtreecommitdiff
path: root/Python/mactoolboxglue.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-11-21 20:16:44 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-11-21 20:16:44 +0100
commit5aa7df320f35cb0d5acb81ff313b1cc02480c9b8 (patch)
treea8ae2a0cee952722cb23c7af038f6fd5bd3a10cb /Python/mactoolboxglue.c
parent9d38b0dcb2a0ca6fcaaff96642e98448f55633a3 (diff)
downloadcpython-git-5aa7df320f35cb0d5acb81ff313b1cc02480c9b8.tar.gz
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt.
Diffstat (limited to 'Python/mactoolboxglue.c')
0 files changed, 0 insertions, 0 deletions