Tal Einat <talei...@gmail.com> added the comment:

I'm not sure that the resolution currently suggested, changing 
compiler.set_executables(), is the right way to go.

This change to distutils is a break of backwards compatibility. Though it is a 
minor change, it could still break existing code.

Fixing test.support seems just as good to me in terms of code design, and 
better in that it is only used internally for our tests.

(BTW, instead of `elif cmd is None or (not cmd):`, you can just use `elif not 
cmd:`.)

----------
nosy: +taleinat

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to