[New-bugs-announce] [issue4680] Queue class should include high-water mark

Roy Smith report at bugs.python.org
Wed Dec 17 04:06:40 CET 2008


New submission from Roy Smith <roy at panix.com>:

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.

----------
components: Library (Lib)
messages: 77955
nosy: roysmith
severity: normal
status: open
title: Queue class should include high-water mark
type: feature request
versions: Python 2.5.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4680>
_______________________________________


More information about the New-bugs-announce mailing list