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 torsten.becker
Recipients arnau, ezio.melotti, georg.brandl, lemburg, torsten.becker
Date 2011-04-03.10:51:09
SpamBayes Score 4.6330828e-10
Marked as misclassified No
Message-id <1301827871.47.0.513887015397.issue8269@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I read through unicodeobject.c and added the (IMO) proper reference counts to the missing functions.  I attached a first patch which adds this to Doc/data/refcounts.dat.

The patch also fixes 2 minor glitches in Doc/c-api/unicode.rst, PyUnicode_DecodeMBCSStateful stated int instead of Py_ssize_t for it's arguments and PyUnicode_FromString had it's return value wrongly formated.
History
Date User Action Args
2011-04-03 10:51:11torsten.beckersetrecipients: + torsten.becker, lemburg, georg.brandl, ezio.melotti, arnau
2011-04-03 10:51:11torsten.beckersetmessageid: <1301827871.47.0.513887015397.issue8269@psf.upfronthosting.co.za>
2011-04-03 10:51:09torsten.beckerlinkissue8269 messages
2011-04-03 10:51:09torsten.beckercreate