bpo-32576: use queue.SimpleQueue in critical places (#5216)
Where a queue may be invoked from a weakref callback, we need to use the reentrant SimpleQueue.
Showing
Please register or sign in to comment
Where a queue may be invoked from a weakref callback, we need to use the reentrant SimpleQueue.