Zachary Ware added the comment:

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
...

----------
components: +Build, Windows -Extension Modules
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
stage:  -> needs patch
versions: +Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to