How Do I Get A Bug In Multiprocessing Fixed?

2021-06-17 Thread Michael Boom
The below issue is pretty serious and it is preventing me from using a system I wrote on a larger scale. How do I get this bug fixed? Thanks. https://bugs.python.org/issue43329 -- https://mail.python.org/mailman/listinfo/python-list

Question

2020-09-24 Thread Michael Boom
I have a Python manager and clients. I added a feature that if the client or server are killed, they will be restarted. When I restart the server after being killed the clients get a broken pipe error, but the connect call that worked on the first connect, doesn't work now. When a client is re