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.16:09:56
SpamBayes Score 0.0038168214
Marked as misclassified No
Message-id <1291651800.95.0.907451875772.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
Another crash:

>>> from datetime import *
>>> datetime.now(timezone(timedelta(0), '\uD800')).strftime('%Z')
Segmentation fault
History
Date User Action Args
2010-12-06 16:10:01belopolskysetrecipients: + belopolsky, lemburg, loewis, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-12-06 16:10:00belopolskysetmessageid: <1291651800.95.0.907451875772.issue6697@psf.upfronthosting.co.za>
2010-12-06 16:09:56belopolskylinkissue6697 messages
2010-12-06 16:09:56belopolskycreate