]> granicus.if.org Git - python/commit
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has...
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2010 17:57:52 +0000 (17:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Oct 2010 17:57:52 +0000 (17:57 +0000)
commit189316a2e35eede0de61c4713777c2b8e04c2e99
tree70f0c6ffa126bfd9902d6c7880490bbea7229c78
parentd285bdb4434a57126f7f17dc6b8f78204c180c1f
Issue 10110:  Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
Lib/queue.py
Lib/test/test_queue.py
Misc/NEWS