]> git.ipfire.org Git - thirdparty/tornado.git/commit
Break up a reference cycle with RequestHandler.ui when handler exits cleanly.
authorBen Darnell <ben@bendarnell.com>
Sun, 14 Apr 2013 19:58:02 +0000 (15:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 14 Apr 2013 19:59:20 +0000 (15:59 -0400)
commit2744f3702c14793a94730190602171a1558c47d1
treec0d6d0b7019bde690a199bb2d7b3002475cc9dd7
parent3e4b4cac66308800d93509d77eb0a66fbd4cdcad
Break up a reference cycle with RequestHandler.ui when handler exits cleanly.

This is not strictly necessary, but allows for CPython's refcounting
GC to reclaim the handler sooner than waiting for a full GC.

Closes #383.
tornado/web.py