]> git.ipfire.org Git - thirdparty/tornado.git/commit
Dereference the current YieldPoint as soon as it resolves.
authorBen Darnell <ben@bendarnell.com>
Fri, 17 May 2013 04:07:25 +0000 (00:07 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 17 May 2013 04:07:25 +0000 (00:07 -0400)
commit6fce4f80a8a6090ce3976ec722832b08c3b649c8
tree6c665c724cd5e2ee2df4c7a5f4d2d4430706e256
parent8b72824826ed6071221d7806e71e5412cdf78b0c
Dereference the current YieldPoint as soon as it resolves.

These references could otherwise keep a chain of old references alive
(test code: https://groups.google.com/group/python-tornado/browse_thread/thread/37d3928817e4924d)
tornado/gen.py