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 rhettinger
Recipients LambertDW, pitrou, rhettinger, roysmith
Date 2008-12-17.21:33:41
SpamBayes Score 1.2538264e-05
Marked as misclassified No
Message-id <1229549623.86.0.639598449933.issue4680@psf.upfronthosting.co.za>
In-reply-to
Content
Will think about it for a bit.  My initial inclination is against
because there have been no other such requests to instrument all the
fundamental data types, because it's not hard to add instrumentation
using your own pure python additions around size-mutating calls, because
it clutters the API, and because it's unclear whether a maximum-size
statistic has much utility.

For deques, should the clear() method zero-out the high-water mark?  How
about the equivalent code where the contents are all popped-off (down to
zero size) before the structure is re-used?
History
Date User Action Args
2008-12-17 21:33:44rhettingersetrecipients: + rhettinger, roysmith, pitrou, LambertDW
2008-12-17 21:33:43rhettingersetmessageid: <1229549623.86.0.639598449933.issue4680@psf.upfronthosting.co.za>
2008-12-17 21:33:42rhettingerlinkissue4680 messages
2008-12-17 21:33:41rhettingercreate