You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be added that in case of the given method Queue.empty() is called after Queue.close() it will raise `OSError("handle is closed")``
(A clear and concise description of the issue.)
Documentation
https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.empty
It should be added that in case of the given method
Queue.empty()is called afterQueue.close()it will raise `OSError("handle is closed")``(A clear and concise description of the issue.)
Linked PRs
multiprocessing.Queue.emptyon closed queues. #120102multiprocessing.Queue.emptyon closed queues. (GH-120102) #120469multiprocessing.Queue.emptyon closed queues. (GH-120102) #120470