]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix #2069: Fix race condition between accept() handler and TCPServer.stop()
authorAntoine Pitrou <antoine@python.org>
Tue, 6 Jun 2017 08:43:14 +0000 (10:43 +0200)
committerAntoine Pitrou <antoine@python.org>
Tue, 6 Jun 2017 08:43:14 +0000 (10:43 +0200)
commit21680e20c539aa837f9a42b1e3d82026c0e1beff
treea77857f849c3ab2f098247c1442ddd64e9b664ac
parent62e47215ce12aee83f951758c96775a43e80475b
Fix #2069: Fix race condition between accept() handler and TCPServer.stop()
tornado/netutil.py
tornado/tcpserver.py
tornado/test/tcpserver_test.py