diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2021-10-22 12:40:14 +0100 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2021-10-22 12:59:22 +0100 |
commit | 02f602b0fe4c5a67fe82f0cd7cb9c820392445f9 (patch) | |
tree | 49b49b2f65f6a5639ec915dcd72b30b4f513cdf6 /numpy/array_api/_creation_functions.py | |
parent | 1012141a15a432c1c7a3f3d964c38ca04970bd1b (diff) | |
download | numpy-02f602b0fe4c5a67fe82f0cd7cb9c820392445f9.tar.gz |
Remove fix for odd MSVCRT version on Windows 3.7
The comment in the original code came about because of the bug fixed in
gh-20155. The fixed subsequent clause should now give the correct
assembly version for the given Python.
In fact, the original clause matches the MSVC for Python 3.7.1:
```
PS C:\> .\Python37\python.exe .\io\check_versions.py
sys.version 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)]
distutils build version 14.1
msvcrt.CRT_ASSEMBLY_VERSION 14.15.26726.0
```
Diffstat (limited to 'numpy/array_api/_creation_functions.py')
0 files changed, 0 insertions, 0 deletions