]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix comments around add_callback
authorClaudio Freire <klaussfreire@gmail.com>
Wed, 2 Sep 2015 18:07:55 +0000 (15:07 -0300)
committerClaudio Freire <klaussfreire@gmail.com>
Wed, 2 Sep 2015 18:07:55 +0000 (15:07 -0300)
commit8fffe30026e77f390620ab737899a3f8910e2167
tree74844d47ec0a0071800fdb4c156951b8bd3b6972
parent89f59cac08892fd266789cbcdfa60f452d4e54a8
Fix comments around add_callback

Update the comments on the rationale for lock usage, and
make sure to always check self._closing
tornado/ioloop.py