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 Knio
Recipients Knio, belopolsky
Date 2014-07-23.04:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406091182.12.0.549229771581.issue22044@psf.upfronthosting.co.za>
In-reply-to
Content
call_tzinfo_method in Modules/_datetimemodule.c:900 calls Py_DECREF(offset)
before trying to use offset to generate a TypeError message.

This causes a crash if that was the last reference to offset and Py_DECREF clears it.
History
Date User Action Args
2014-07-23 04:53:02Kniosetrecipients: + Knio, belopolsky
2014-07-23 04:53:02Kniosetmessageid: <1406091182.12.0.549229771581.issue22044@psf.upfronthosting.co.za>
2014-07-23 04:53:01Kniolinkissue22044 messages
2014-07-23 04:53:01Kniocreate