Message 298528 - Python tracker
> #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