]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make the maxsize constructor argument default to 0 (an unlimited queue size).
authorGuido van Rossum <guido@python.org>
Thu, 9 Sep 1999 14:54:28 +0000 (14:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Sep 1999 14:54:28 +0000 (14:54 +0000)
commita41c691371db36bc4868f08b71d617a78280b240
treeae175265eab5d801ccbb26596733fb49cd99159f
parent7a15ba595ade7de97d395b297e6cea6f5ff5c60c
Make the maxsize constructor argument default to 0 (an unlimited queue size).
Lib/Queue.py