Message373172
| 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.
``` |
|