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 amaury.forgeotdarc, benjamin.peterson, rhettinger, zanella
Date 2008-02-21.16:59:48
SpamBayes Score 0.2846206
Marked as misclassified No
Message-id <1203613189.64.0.065529764868.issue2149@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, we should change change the constructor to use self.maxsize =
int(maxsize). Then we can provide a set_maxsize method that will acquire
the mutex and preform the change. This is will restrict the type of
maxsize and allow for easy dynamic changing.
History
Date User Action Args
2008-02-21 16:59:49benjamin.petersonsetspambayes_score: 0.284621 -> 0.2846206
recipients: + benjamin.peterson, rhettinger, amaury.forgeotdarc, zanella
2008-02-21 16:59:49benjamin.petersonsetspambayes_score: 0.284621 -> 0.284621
messageid: <1203613189.64.0.065529764868.issue2149@psf.upfronthosting.co.za>
2008-02-21 16:59:48benjamin.petersonlinkissue2149 messages
2008-02-21 16:59:48benjamin.petersoncreate