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 lanhel
Recipients lanhel, ronaldoussoren
Date 2012-09-19.18:03:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348077797.35.0.854267629086.issue15973@psf.upfronthosting.co.za>
In-reply-to
Content
In the 3.2.3 interpreter execute the following line:
    `None == datetime.timezone(datetime.timedelta())`
The interpreter will crash with a `Segmentation fault: 11`.
History
Date User Action Args
2012-09-19 18:03:18lanhelsetrecipients: + lanhel, ronaldoussoren
2012-09-19 18:03:17lanhelsetmessageid: <1348077797.35.0.854267629086.issue15973@psf.upfronthosting.co.za>
2012-09-19 18:03:16lanhellinkissue15973 messages
2012-09-19 18:03:16lanhelcreate