Skip to content

Function _winapi.SetNamedPipeHandleState does not exist #1754

Answered by slozier
webbanza asked this question in Q&A
Discussion options

You must be logged in to vote

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 line overlapped = _winapi.ConnectNamedPipe(h1, overlapped=True) will raise a NotImplementedError.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by webbanza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants