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 dstufft, eric.araujo, jaraco, lukasz.langa, vstinner
Date 2020-07-06.20:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594068780.83.0.995299435222.issue41207@roundup.psfhosted.org>
In-reply-to
Content
I learned the magical incantation to port commits from pypa/distutils to CPython:

```
cpython bugfix/41207-rewrite-filenotfound $ git -C ~/p/pypa/distutils format-patch HEAD~2 --stdout | git am --directory Lib                                
Applying: Add test for spawn when exe is missing. Ref pypa/distutils#3.
Applying: Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setuptools#2228 and bpo-41207.
```
History
Date User Action Args
2020-07-06 20:53:00jaracosetrecipients: + jaraco, vstinner, eric.araujo, lukasz.langa, dstufft
2020-07-06 20:53:00jaracosetmessageid: <1594068780.83.0.995299435222.issue41207@roundup.psfhosted.org>
2020-07-06 20:53:00jaracolinkissue41207 messages
2020-07-06 20:53:00jaracocreate