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 amaury.forgeotdarc, ezio.melotti, lemburg, pitrou, rhettinger
Date 2011-04-14.11:58:15
SpamBayes Score 7.704442e-07
Marked as misclassified No
Message-id <4DA6E153.7020503@egenix.com>
In-reply-to <1302781935.69.0.298914461927.issue5057@psf.upfronthosting.co.za>
Content
Ezio Melotti wrote:
> 
> Ezio Melotti <ezio.melotti@gmail.com> added the comment:
> 
> Are there any cases where v[w] -- where v is a unicode object -- returns a non-unicode object?

There could be: either from subclasses or from buggy code. In any case,
macros should only be used if you're certain that the object cannot
be anything else.

Also note that newconst can well be NULL.
History
Date User Action Args
2011-04-14 11:58:19lemburgsetrecipients: + lemburg, rhettinger, amaury.forgeotdarc, pitrou, ezio.melotti
2011-04-14 11:58:15lemburglinkissue5057 messages
2011-04-14 11:58:15lemburgcreate