[issue38597] C Extension import limit

Steve Dower report at bugs.python.org
Thu Feb 27 08:19:36 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

Hmm, just ran it on my own and it's finding the OneCore file first, which is not a problem (yet) but could become one.

So we at least need to replace the "**" with a "*" in Lib/distutils/_msvccompiler.py#L109. Not sure if that will help in this other case or not.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38597>
_______________________________________


More information about the Python-bugs-list mailing list