[issue25385] Spurious warning when compiling extension module

Steve Dower report at bugs.python.org
Tue Oct 13 14:44:08 EDT 2015


Steve Dower added the comment:

Issue #23970 added the new compiler class, but all that really changed is that the module name is now distutils._msvccompiler. You *still* shouldn't access it except through distutils.ccompiler.new_compiler(compiler='msvc'), which is how it always was.

I can't point to exactly where in numpy the issue is, but I'd guess it looks a lot like "import distutils.msvccompiler"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25385>
_______________________________________


More information about the Python-bugs-list mailing list