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 vstinner
Recipients gvanrossum, vajrasky, vstinner, yselivanov
Date 2014-06-11.16:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402503152.13.0.010295382974.issue21723@psf.upfronthosting.co.za>
In-reply-to
Content
It looks strange to use a float as maxsize. I suggest to raise a TypeError in the constructor if the type is not int, or maybe to cast maxsize parameter to an int.
History
Date User Action Args
2014-06-11 16:12:32vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, vajrasky
2014-06-11 16:12:32vstinnersetmessageid: <1402503152.13.0.010295382974.issue21723@psf.upfronthosting.co.za>
2014-06-11 16:12:32vstinnerlinkissue21723 messages
2014-06-11 16:12:32vstinnercreate