]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clear itimer signals in autoreload so the combination of autoreload
authorBen Darnell <bdarnell@beaker.local>
Thu, 22 Apr 2010 23:12:41 +0000 (16:12 -0700)
committerBen Darnell <bdarnell@beaker.local>
Thu, 22 Apr 2010 23:12:41 +0000 (16:12 -0700)
commit0fcef4e2376626a2d961931243ab0a828be956d2
treeb810fccc14dc26f06aed6a9d6b3e320b840ec0dd
parent9f7c9a38ff4d07fc79101bb05809cecd2efb8d6c
Clear itimer signals in autoreload so the combination of autoreload
and ioloop.set_blocking_log_threshold doesn't cause the new process
to get killed.
tornado/autoreload.py