[issue40530] distutils/cygwinccompiler.py doesn't support recent msvc versions

2021-02-03 Thread Steve Dower


Steve Dower  added the comment:

Distutils is now deprecated (see PEP 632) and all tagged issues are being 
closed. From now until removal, only release blocking issues will be considered 
for distutils.

If this issue does not relate to distutils, please remove the component and 
reopen it. If you believe it still requires a fix, most likely the issue should 
be re-reported at https://github.com/pypa/setuptools

--
nosy: +steve.dower
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40530] distutils/cygwinccompiler.py doesn't support recent msvc versions

2020-09-19 Thread Irit Katriel


Change by Irit Katriel :


--
components: +Distutils
nosy: +dstufft, eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40530] distutils/cygwinccompiler.py doesn't support recent msvc versions

2020-05-06 Thread Vadim Godunko


New submission from Vadim Godunko :

Prebuild Python 3.7 package can't be used with GObjectIntrospection library on 
Windows due to miss of support of used MSVC compiler by 
distutils/cygwinccompiler.py module.

sys.version returns:

3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit 
(AMD64)]

so, compiler version is detected as 1916, while get_msvcr() function supports 
only versions up to '1600'.

--
messages: 368242
nosy: Vadim Godunko
priority: normal
severity: normal
status: open
title: distutils/cygwinccompiler.py doesn't support recent msvc versions
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com