]> granicus.if.org Git - python/commit
Additional fix for issue #12268: The io module file object write methods no
authorGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:08:23 +0000 (13:08 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:08:23 +0000 (13:08 -0800)
commit99ec7f6f3ec2bad516faa34afb18e01637011127
treeefe0ab76e7390da0ff78c696ea40da22e6782f06
parent193e1be72d2f9bb45e054b38dd9ed1090c45f3bf
parentb9817b01edfe6fa369c4c291a5de00732b8abc7c
Additional fix for issue #12268: The io module file object write methods no
longer abort early when a write system call is interrupted (EINTR).
Misc/NEWS
Modules/_io/iobase.c
Modules/_io/textio.c