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 ocean-city
Recipients amaury.forgeotdarc, ocean-city
Date 2009-06-27.21:59:04
SpamBayes Score 0.032137025
Marked as misclassified No
Message-id <1246139946.68.0.363019904098.issue6344@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I cannot reproduce the crash. I created the patch experimentally,
but I'm not confident with this patch. Especially here

+	if (n < 0)
+		n = PY_SSIZE_T_MAX;

because I don't have so much memory.
History
Date User Action Args
2009-06-27 21:59:07ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc
2009-06-27 21:59:06ocean-citysetmessageid: <1246139946.68.0.363019904098.issue6344@psf.upfronthosting.co.za>
2009-06-27 21:59:05ocean-citylinkissue6344 messages
2009-06-27 21:59:05ocean-citycreate