This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients Michael.Felt, dstufft, eric.araujo, taleinat
Date 2018-10-26.14:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540564571.03.0.788709270274.issue34897@psf.upfronthosting.co.za>
In-reply-to
Content
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:`.)
History
Date User Action Args
2018-10-26 14:36:11taleinatsetrecipients: + taleinat, eric.araujo, dstufft, Michael.Felt
2018-10-26 14:36:11taleinatsetmessageid: <1540564571.03.0.788709270274.issue34897@psf.upfronthosting.co.za>
2018-10-26 14:36:11taleinatlinkissue34897 messages
2018-10-26 14:36:10taleinatcreate