summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-05-03-11-04-12.bpo-43952.Me7fJe.rst
blob: e164619e44a3019eb9055d05304e8b2040cabda0 (plain)
1
2
Fix :meth:`multiprocessing.connection.Listener.accept()` to accept empty bytes
as authkey. Not accepting empty bytes as key causes it to hang indefinitely.