]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix a subtle reference cycle that can lead to increased memory consumption.
authorBen Darnell <ben@bendarnell.com>
Sat, 30 Aug 2014 19:27:31 +0000 (15:27 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 30 Aug 2014 19:27:31 +0000 (15:27 -0400)
commit0357565a5e7330465db2ac4e330f44bc3ddf76f6
treeb9819dd913f03493bca07ef4a31624414ea10fa1
parent13970840511777518926896a1492d8e5142cc43d
Fix a subtle reference cycle that can lead to increased memory consumption.

Closes #1165.
tornado/gen.py