SIGN IN SIGN UP

bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)

As Windows 7 is not supported by Python 3.9, we just replace the dynamic load with a static import. Backports will have a different fix to ensure they continue to behave the same.
S
Steve Dower committed
6a65eba44bfd82ccc8bed4b5c6dd6637549955d5
Parent: 0cd5bff
Committed by GitHub <noreply@github.com> on 1/29/2020, 2:46:33 AM