-
|
Original CPython: Ironpython3 Usage: Code Snippet: Run: Error: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
The |
Beta Was this translation helpful? Give feedback.

The
multiprocessingmodule still needs a lot of work. I don't mind adding_winapi.SetNamedPipeHandleStateto unblock, but I think you will just hit another failure further down the line. For example on the very next lineoverlapped = _winapi.ConnectNamedPipe(h1, overlapped=True)will raise aNotImplementedError.