]> git.ipfire.org Git - thirdparty/tornado.git/commit
Lazy-load StopAsyncIteration in a more future-proof way.
authorBen Darnell <ben@bendarnell.com>
Mon, 3 Aug 2015 03:56:22 +0000 (23:56 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 3 Aug 2015 03:56:22 +0000 (23:56 -0400)
commita7cddd3d88ed87debaae4cd06edb1c245b60895d
tree356c99c18cb42c39782b975a3c7bfb03a656942f
parent135e2534f0ced5d74d80881b78631c2e1961048a
Lazy-load StopAsyncIteration in a more future-proof way.

Fixes the test on nightly cpython.
tornado/gen.py