]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fetch IOLoop in PeriodicCallback.start(), not __init__() 2179/head
authorAntoine Pitrou <antoine@python.org>
Tue, 24 Oct 2017 09:09:44 +0000 (11:09 +0200)
committerAntoine Pitrou <antoine@python.org>
Tue, 24 Oct 2017 09:09:44 +0000 (11:09 +0200)
commitb1a73900196fe9aad3113650e2cd84c1d1b094d2
tree2e258c0623e24d42f8c569ca9a06320ef9261df4
parent0c2a2d5ac753e4846d6e7044c33a4ac6c43ad4f9
Fetch IOLoop in PeriodicCallback.start(), not __init__()

See motivation at https://github.com/dask/distributed/pull/1172
tornado/ioloop.py
tornado/test/ioloop_test.py