]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add __slots__ to ioloop._Timeout to reduce memory overhead when there are
authorBen Darnell <bdarnell@beaker.local>
Wed, 24 Mar 2010 00:31:14 +0000 (17:31 -0700)
committerBen Darnell <bdarnell@beaker.local>
Wed, 24 Mar 2010 00:31:14 +0000 (17:31 -0700)
commite340491473498e7b67fd0e9e2e2a31d6b16ee20e
tree349b48d7780194bc91b9dc8a7dad697008a2e614
parent33a587b0d5dc22c4f124734acca904759123a453
Add __slots__ to ioloop._Timeout to reduce memory overhead when there are
many pending timeouts.
tornado/ioloop.py