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 benjamin.peterson
Recipients benjamin.peterson, rhettinger, zanella
Date 2008-02-21.02:00:28
SpamBayes Score 0.22069691
Marked as misclassified No
Message-id <1203559230.48.0.81372978659.issue2149@psf.upfronthosting.co.za>
In-reply-to
Content
Rafael, I agree that it's awkward, and I'm not against restricting the
maxsize to just something sane. However, I'm worried this (Raymond's
patch) will be too restrictive by not allowing dynamic changing of
maxsize. (Of course, you could just change the maxsize attribute of the
Queue, but that would require holding the mutex, too.)
History
Date User Action Args
2008-02-21 02:00:31benjamin.petersonsetspambayes_score: 0.220697 -> 0.22069691
recipients: + benjamin.peterson, rhettinger, zanella
2008-02-21 02:00:30benjamin.petersonsetspambayes_score: 0.220697 -> 0.220697
messageid: <1203559230.48.0.81372978659.issue2149@psf.upfronthosting.co.za>
2008-02-21 02:00:29benjamin.petersonlinkissue2149 messages
2008-02-21 02:00:28benjamin.petersoncreate