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 vstinner
Recipients Arfrever, Romme, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, kristjan.jonsson, pitrou, vstinner
Date 2010-09-01.23:45:56
SpamBayes Score 0.002542598
Marked as misclassified No
Message-id <1283384758.46.0.798938516065.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
r84429 creates Py_UNICODE_strcat() (change with the patch: return the right value).

r84430 creates PyUnicode_strdup() (change with the patch: rename the function from Py_UNICODE_strdup() to PyUnicode_strdup() and mangle the function name).
History
Date User Action Args
2010-09-01 23:45:58vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, kristjan.jonsson, ezio.melotti, eric.araujo, Arfrever, flox, Romme
2010-09-01 23:45:58vstinnersetmessageid: <1283384758.46.0.798938516065.issue9425@psf.upfronthosting.co.za>
2010-09-01 23:45:56vstinnerlinkissue9425 messages
2010-09-01 23:45:56vstinnercreate