mirror of
https://github.com/python/cpython.git
synced 2026-08-28 08:59:51 +08:00
gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) * gh-132876: workaround broken ldexp() on Windows 10 ldexp() fails to round subnormal results before Windows 11, so hide their bug. (cherry picked from commit cf8941c60356acdd00055e5583a2d64761c34af4) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Tim Peters <tim.peters@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.