]> git.ipfire.org Git - thirdparty/tornado.git/commit
Merge pull request #2179 from pitrou/periodic_callback_ioloop_compat
authorBen Darnell <ben@bendarnell.com>
Sat, 28 Oct 2017 14:45:42 +0000 (10:45 -0400)
committerGitHub <noreply@github.com>
Sat, 28 Oct 2017 14:45:42 +0000 (10:45 -0400)
commit5bc492495e77f2dfea8a2fb3b8c398d101879ca1
tree62391499294efb84c8ec8a9454248b12d057db54
parent5ee7f4573e7542bc2c2dc4f5b5d162ad58499383
parentb1a73900196fe9aad3113650e2cd84c1d1b094d2
Merge pull request #2179 from pitrou/periodic_callback_ioloop_compat

Fetch IOLoop in PeriodicCallback.start(), not __init__()
tornado/ioloop.py
tornado/test/ioloop_test.py