SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-45440: Remove pymath.c fallbacks (GH-28977)

Remove fallbacks for missing round(), copysign() and hypot() in
Python/pymath.c. Python now requires these functions to build.

These fallbacks were needed on Visual Studio 2012 and older. They are
no longer needed since Visual Stuido 2013. Python is now built with
Visual Studio 2017 or newer since Python 3.6.
V
Victor Stinner committed
00ffc4513df7b89a168e88da4d1e3ac367f7682f
Parent: 51f8196
Committed by GitHub <[email protected]> on 10/15/2021, 5:45:34 PM