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 zach.ware
Recipients James Salter, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-07-16.14:14:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437056093.04.0.171856424401.issue24643@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose we'll have to resort to 

#ifndef _Py_timezone
#if _MSC_VER >= 1900
#define _Py_timezone _timezone
#else
#define _Py_timezone timezone
#endif
#endif
...
History
Date User Action Args
2015-07-16 14:14:53zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower, James Salter
2015-07-16 14:14:53zach.waresetmessageid: <1437056093.04.0.171856424401.issue24643@psf.upfronthosting.co.za>
2015-07-16 14:14:52zach.warelinkissue24643 messages
2015-07-16 14:14:52zach.warecreate