New submission from Roy Smith <r...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue4680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com