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 vstinner
Recipients christian.heimes, gregory.p.smith, ned.deily, vstinner
Date 2017-07-17.14:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500301485.91.0.997371584245.issue30947@psf.upfronthosting.co.za>
In-reply-to
Content
> #51  Address lack of stdint.h in Visual Studio 2003 to 2008

FYI this change only impacts Python 2.7, since Python 3.3 and newer requires Visual Studio 2010 or newer, and I already backported (cherry-picked) this specific commit in Python 2.7:
https://github.com/python/cpython/pull/2312/commits

> #58  Address compile warnings

That's my small contribution, so coming from CPython :-)
https://github.com/libexpat/libexpat/pull/58

> #76  Address compile warning with -DNDEBUG (not recommended!)

Nice contributions from Segev Finer, coming from CPython ;-)
https://github.com/libexpat/libexpat/issues/76

> #77  Address compile warning about macro redefinition

Another contribution of Segev Finer, already fixed downstream (in Python):
https://github.com/libexpat/libexpat/pull/77
History
Date User Action Args
2017-07-17 14:24:45vstinnersetrecipients: + vstinner, gregory.p.smith, christian.heimes, ned.deily
2017-07-17 14:24:45vstinnersetmessageid: <1500301485.91.0.997371584245.issue30947@psf.upfronthosting.co.za>
2017-07-17 14:24:45vstinnerlinkissue30947 messages
2017-07-17 14:24:45vstinnercreate