Message123473
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. |
|
Date |
User |
Action |
Args |
2010-12-06 15:58:36 | belopolsky | set | recipients:
+ belopolsky, lemburg, loewis, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever |
2010-12-06 15:58:36 | belopolsky | set | messageid: <1291651116.11.0.00646780339343.issue6697@psf.upfronthosting.co.za> |
2010-12-06 15:58:33 | belopolsky | link | issue6697 messages |
2010-12-06 15:58:33 | belopolsky | create | |
|