[issue41207] distutils.command.build_ext raises FileNotFoundError

Jason R. Coombs report at bugs.python.org
Sun Jul 5 17:11:07 EDT 2020


Jason R. Coombs <jaraco at jaraco.com> added the comment:

CPython should also consider [this change](https://github.com/pypa/distutils/commit/d9ba43436d), which unifies the `DEBUG` handling, consolidates the exception trapping, and uses `subprocess.check_call` to re-use exit code checking.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41207>
_______________________________________


More information about the Python-bugs-list mailing list