[issue21958] Allow python 2.7 to compile with Visual Studio 2013

2014-07-11 Thread Zachary Turner
Zachary Turner added the comment: That's fine with me, the HAVE_ROUND is the important change anyway. Do I need to re-upload a new patch, or are you able to just delete the VS2013 project files portion of the patch and apply the HAVE_ROUND portion? And do I push the patch myself or

[issue21958] Allow python 2.7 to compile with Visual Studio 2013

2014-07-11 Thread Zachary Turner
New submission from Zachary Turner: VS2013 and beyond implement C99 math functions. Of interest to Python is the function round(). Python conditionally provides its own implementation of round() based on whether or not HAVE_ROUND is defined, but in no case is HAVE_ROUND ever defined. This