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 lemburg
Recipients arnau, ezio.melotti, georg.brandl, lemburg
Date 2010-03-31.18:14:39
SpamBayes Score 1.0423682e-08
Marked as misclassified No
Message-id <4BB3910D.8060001@egenix.com>
In-reply-to <1270019845.33.0.228796593189.issue8269@psf.upfronthosting.co.za>
Content
Arnaud Fontaine wrote:
> 
> Arnaud Fontaine <arnau@debian.org> added the comment:
> 
> I meant whether it returns a new reference or not. For instance, documentation for PyUnicode_FromObject() and PyUnicode_AsWideChar() states that a new reference is returned, but this is not specified for most functions in Unicode Object (at least).

Patches are welcome !

FWIW: Unless otherwise noted, all Unicode APIs that return a PyObject*
give you a new reference.
History
Date User Action Args
2010-03-31 18:14:40lemburgsetrecipients: + lemburg, georg.brandl, ezio.melotti, arnau
2010-03-31 18:14:39lemburglinkissue8269 messages
2010-03-31 18:14:39lemburgcreate