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 roysmith
Recipients roysmith
Date 2008-12-17.03:06:38
SpamBayes Score 0.004479337
Marked as misclassified No
Message-id <1229483200.4.0.588519649273.issue4680@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice if Queue.Queue included a way to access the high-water 
mark, i.e. the largest value which qsize() has ever reached.  This is 
often useful when assessing application performance.

I am assuming this is cheap, i.e. O(1), to provide.
History
Date User Action Args
2008-12-17 03:06:40roysmithsetrecipients: + roysmith
2008-12-17 03:06:40roysmithsetmessageid: <1229483200.4.0.588519649273.issue4680@psf.upfronthosting.co.za>
2008-12-17 03:06:39roysmithlinkissue4680 messages
2008-12-17 03:06:38roysmithcreate