]> granicus.if.org Git - python/commit
Use InterruptedError instead of checking for EINTR
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Oct 2011 21:49:42 +0000 (23:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 23 Oct 2011 21:49:42 +0000 (23:49 +0200)
commit24d659daafd0e6c1514ee912f06f7b7310545e09
treedfde423cd56334b8e85e8778b491f928d6a2c20b
parentdcbb822c08e75dbb45afe1c435af95961f22387a
Use InterruptedError instead of checking for EINTR
Lib/_pyio.py
Lib/asyncore.py
Lib/multiprocessing/util.py
Lib/socket.py
Lib/subprocess.py
Lib/test/test_socket.py