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 pitrou
Recipients Rhamphoryncus, amaury.forgeotdarc, belopolsky, eric.smith, ezio.melotti, lemburg, loewis, pitrou, rhettinger, vstinner
Date 2010-11-27.23:49:06
SpamBayes Score 0.0003006086
Marked as misclassified No
Message-id <1290901744.23986.4.camel@localhost.localdomain>
In-reply-to <1290901131.19.0.735396835024.issue10542@psf.upfronthosting.co.za>
Content
> I suggest Py_UNICODE_ADVANCE() to avoid false suggestion that the
> iterator protocol is being used.

You can't use the iterator protocol on a non-PyObject, and Py_UNICODE_*
(as opposed to PyUnicode_*) suggests the macro operates on a raw array
of code points.
History
Date User Action Args
2010-11-27 23:49:08pitrousetrecipients: + pitrou, lemburg, loewis, rhettinger, amaury.forgeotdarc, belopolsky, Rhamphoryncus, vstinner, eric.smith, ezio.melotti
2010-11-27 23:49:06pitroulinkissue10542 messages
2010-11-27 23:49:06pitroucreate