Issue 28304: Condition.wait() doesn't raise KeyboardInterrupt (original) (raw)

Issue28304

Created on 2016-09-28 15:58 by Adam Roberts, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg277639 - (view) Author: Adam Roberts (Adam Roberts) Date: 2016-09-28 15:58
This was fixed for Python 3 in https://bugs.python.org/issue8844 but needs to be backported.
msg277646 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-28 16:38
Per Victor's comment in issue 8844 (http://bugs.python.org/issue8844#msg277640), I'm closing this as 'wont fix'. Thanks for the report!
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72491
2016-09-28 16:38:53 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: wont fixstage: resolved
2016-09-28 15:58:50 Adam Roberts create