| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
multiprocessing.Pool.__enter__() now fails if the pool is not running: "with pool:" fails if used more than once.
|
Thanks for the review @pitrou! I hesitated to propose a similar change for socket.socket, but this type doesn't check directly if the socket is closed on send() nor recv(), it rely on the OS to check if FD -1 is invalid. So I'm not sure. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
multiprocessing.Pool.enter() now fails if the pool is not
running: "with pool:" fails if used more than once.
https://bugs.python.org/issue35477