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 serhiy.storchaka
Recipients gpolo, loewis, serhiy.storchaka
Date 2014-05-25.07:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401001453.0.0.0922818704994.issue21552@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a little simpler patch. Instead of checking string length in custom converter, it is checked after invocation of PyArg_ParseTuple. Also added bigmem tests.
History
Date User Action Args
2014-05-25 07:04:13serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, gpolo
2014-05-25 07:04:12serhiy.storchakasetmessageid: <1401001453.0.0.0922818704994.issue21552@psf.upfronthosting.co.za>
2014-05-25 07:04:12serhiy.storchakalinkissue21552 messages
2014-05-25 07:04:12serhiy.storchakacreate