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 belopolsky
Recipients Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, lemburg, loewis, vstinner
Date 2010-12-06.15:58:33
SpamBayes Score 0.00077992096
Marked as misclassified No
Message-id <1291651116.11.0.00646780339343.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
What is the status of this issue?  A grep for _PyUnicode_AsString quickly revealed a crash:

>>> from xml.etree.cElementTree import *
>>> e = Element('a')
>>> getattr(e, '\uD800')
Segmentation fault

I don't think this is the only one.
History
Date User Action Args
2010-12-06 15:58:36belopolskysetrecipients: + belopolsky, lemburg, loewis, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-12-06 15:58:36belopolskysetmessageid: <1291651116.11.0.00646780339343.issue6697@psf.upfronthosting.co.za>
2010-12-06 15:58:33belopolskylinkissue6697 messages
2010-12-06 15:58:33belopolskycreate