]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Make PollIOLoop separately configurable 2062/head
authorBen Darnell <ben@bendarnell.com>
Sat, 27 May 2017 23:11:35 +0000 (19:11 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 27 May 2017 23:11:35 +0000 (19:11 -0400)
commitce0c4aafe12ba26c4cac0400b12fe46ec5359e57
tree9e76b9c1571e7d49632314ca907b538e1e9da33f
parent6453ce8f2e553d5a1f393975daa89bc5a21e70f6
ioloop: Make PollIOLoop separately configurable

This makes it possible to construct a PollIOLoop even when the default
IOLoop is configured to something else.
tornado/ioloop.py
tornado/platform/twisted.py
tornado/test/twisted_test.py