]> 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>
Mon, 1 Sep 2014 14:45:01 +0000 (10:45 -0400)
commitc1a123a8cd0b5de360e280ea34b8e97c078f2291
treede55de9e9198380bad33d0a2a581daf6c76039d2
parentfc9a3acdb40ff72dc81cb78be57c2adbe56ff04b
Fix a subtle reference cycle that can lead to increased memory consumption.

Closes #1165.
tornado/gen.py