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 ned.deily
Recipients jaraco, ned.deily, python-dev, ronaldoussoren, tarek
Date 2020-07-06.11:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594033220.56.0.465733675975.issue18080@roundup.psfhosted.org>
In-reply-to
Content
> Would you like me to file a separate bug for this issue? Or apply that patch? Or something else?

OK, if I understand correctly, the problem you describe does not affect cPython because cPython's Distutils does not use get_config_vars(), only get_config_var(); but other implementation's ports of Distutils may have diverged to use get_config_vars and so the test may fail when running under those implementations using setuptools with its newly cloned version of cPython Distutils.  If that is the case, I think it's fine to backport the fix to cPython tests in the interest of minimizing differences. Since it is minor and not really user visible, if you're willing to do so, I'm OK with a PR under this bpo and I don't think a NEWS blurb is necessary.  Thanks for bringing it up.
History
Date User Action Args
2020-07-06 11:00:20ned.deilysetrecipients: + ned.deily, ronaldoussoren, jaraco, tarek, python-dev
2020-07-06 11:00:20ned.deilysetmessageid: <1594033220.56.0.465733675975.issue18080@roundup.psfhosted.org>
2020-07-06 11:00:20ned.deilylinkissue18080 messages
2020-07-06 11:00:20ned.deilycreate