-
Original CPython: Ironpython3 Usage: Code Snippet:
Run: Error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
Original CPython: Ironpython3 Usage: Code Snippet:
Run: Error:
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
multiprocessing
module still needs a lot of work. I don't mind adding_winapi.SetNamedPipeHandleState
to 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
.