]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Modernize IO error handling
authorBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 15:38:50 +0000 (11:38 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 15:38:50 +0000 (11:38 -0400)
commitcca8503dfd2bbcd85d54a4e6e089cfa3dbf1e203
tree9c0f5e882111a70c58da0f9f48a5bbe59c2c0903
parentdbc00f9ae967a54b43945b7f13e7b7c5f82611f3
*: Modernize IO error handling

Where possible, replace use of errno with the exception hierarchy
available since python 3.3. Remove explicit handling of EINTR which
has been automatic since python 3.5
tornado/ioloop.py
tornado/iostream.py
tornado/netutil.py
tornado/process.py
tornado/test/iostream_test.py