Akinori Hattori
Akinori Hattori
This does not work with
Steps to reproduce: ```console > xcopy /I "%ProgramFiles%\Python310\Lib\multiprocessing" multiprocessing > type a.patch --- a/multiprocessing/connection.py +++ b/multiprocessing/connection.py @@ -282,6 +282,8 @@ _CloseHandle(self._handle) def _send_bytes(self, buf): + if (10, 1) in util._finalizer_registry:...
I found that `filereadable()` and `filewritable()` don't accept the glob syntax. I fixed that and force-pushed.
I removed unnecessary `copy()` and force-pushed.
@tpope `:help help-translated`