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 Jon.Oberheide
Recipients Jon.Oberheide, neologix, pitrou, r.david.murray, sbt, vstinner
Date 2012-04-12.21:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334265822.38.0.525967298107.issue14532@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a v2 patch. Changes include checking the input types via isinstance, test cases to exercise the type checking, and a note documenting the leak of the input length.
History
Date User Action Args
2012-04-12 21:23:42Jon.Oberheidesetrecipients: + Jon.Oberheide, pitrou, vstinner, r.david.murray, neologix, sbt
2012-04-12 21:23:42Jon.Oberheidesetmessageid: <1334265822.38.0.525967298107.issue14532@psf.upfronthosting.co.za>
2012-04-12 21:23:41Jon.Oberheidelinkissue14532 messages
2012-04-12 21:23:41Jon.Oberheidecreate