This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients gdr@garethrees.org, python-dev, rhettinger
Date 2011-07-29.07:08:28
SpamBayes Score 0.0005079777
Marked as misclassified No
Message-id <E1QmhBL-0003EW-U3@dinsdale.python.org>
In-reply-to
Content
New changeset 1cdb281a78ce by Raymond Hettinger in branch '3.2':
Issue 12514: Use try/finally to assure that timeit restores GC when done.
http://hg.python.org/cpython/rev/1cdb281a78ce

New changeset 7df53f5788a4 by Raymond Hettinger in branch 'default':
Issue 12514: Use try/finally to assure that timeit restores GC when done.
http://hg.python.org/cpython/rev/7df53f5788a4
History
Date User Action Args
2011-07-29 07:08:29python-devsetrecipients: + python-dev, rhettinger, gdr@garethrees.org
2011-07-29 07:08:28python-devlinkissue12514 messages
2011-07-29 07:08:28python-devcreate