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 rhansen
Recipients ezio.melotti, lemburg, rhansen
Date 2010-01-05.21:28:05
SpamBayes Score 0.00015911605
Marked as misclassified No
Message-id <1262726889.06.0.416477347254.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching updated unicode_escape_reorg.patch.  This fixes two additional issues:
  * don't call _PyString_Resize() on an empty string because there is only one empty string instance, and that instance is returned when creating an empty string
  * make sure the size parameter is nonnegative
History
Date User Action Args
2010-01-05 21:28:09rhansensetrecipients: + rhansen, lemburg, ezio.melotti
2010-01-05 21:28:09rhansensetmessageid: <1262726889.06.0.416477347254.issue7615@psf.upfronthosting.co.za>
2010-01-05 21:28:07rhansenlinkissue7615 messages
2010-01-05 21:28:07rhansencreate