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 jaraco
Recipients jaraco, ned.deily, python-dev, ronaldoussoren, tarek
Date 2020-07-02.08:56:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593680209.7.0.890673715822.issue18080@roundup.psfhosted.org>
In-reply-to
Content
In [pypa/distutils#1](https://github.com/pypa/distutils/pull/1), I learned that the test doesn't have the intended effect. Patching `get_config_var()` has no effect because the function under test calls `get_config_vars()`. In some environments, such as PyPy3 as built on Homebrew, the first test fails.
History
Date User Action Args
2020-07-02 08:56:49jaracosetrecipients: + jaraco, ronaldoussoren, tarek, ned.deily, python-dev
2020-07-02 08:56:49jaracosetmessageid: <1593680209.7.0.890673715822.issue18080@roundup.psfhosted.org>
2020-07-02 08:56:49jaracolinkissue18080 messages
2020-07-02 08:56:49jaracocreate