SIGN IN SIGN UP

bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)

Fixed QueueListener in order to avoid random deadlocks.
Unable to add regression tests atm due to time constraints, will add it in a bit.
Regarding implementation, although it's nested, it does not cause performance issues whatsoever, and does not call task_done() in case of an exception (which is the right thing to do IMHO).


https://bugs.python.org/issue36813
B
Bar Harel committed
6b282e18877ec84e927b381b4ce187eaf4ba3dd7
Parent: 70c5f2a
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 6/1/2019, 9:19:09 AM