This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author apsaras
Recipients apsaras, pitrou, r.david.murray, vstinner
Date 2014-06-26.23:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403823917.68.0.219617427128.issue21870@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a major usability issue for me, and I wouldn't be too distressed by a WONTFIX, though I don't know how much it affects other people.

I've just noticed that this is a smaller version:

while 1:
  if 0<0: pass

I'm curious as to why the above is not interruptible, but things like

while 1:
  if 0+0: pass

are.
History
Date User Action Args
2014-06-26 23:05:17apsarassetrecipients: + apsaras, pitrou, vstinner, r.david.murray
2014-06-26 23:05:17apsarassetmessageid: <1403823917.68.0.219617427128.issue21870@psf.upfronthosting.co.za>
2014-06-26 23:05:17apsaraslinkissue21870 messages
2014-06-26 23:05:17apsarascreate