Richard Hansen <rhan...@bbn.com> added the comment:

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

----------
Added file: http://bugs.python.org/file15748/unicode_escape_reorg.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7615>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to