]> git.ipfire.org Git - thirdparty/tornado.git/commit
Prevent a deadlock if ThreadedResolver resolves a unicode hostname at module-import... 964/head
authorA. Jesse Jiryu Davis <jesse@10gen.com>
Mon, 16 Dec 2013 23:56:05 +0000 (18:56 -0500)
committerA. Jesse Jiryu Davis <jesse@10gen.com>
Mon, 23 Dec 2013 03:00:21 +0000 (21:00 -0600)
commit6049e2db60ab0b7919622a2e52ede6442db173e8
tree4737195ae6d42945017cf14f66389ba4d447e9da
parent03d41df74711f98e8a6785a53e389077389e6924
Prevent a deadlock if ThreadedResolver resolves a unicode hostname at module-import time.
tornado/netutil.py
tornado/test/netutil_test.py
tornado/test/resolve_test.py [new file with mode: 0644]