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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25385>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to