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 gvanrossum
Recipients Mark.Shannon, gvanrossum, steve.dower
Date 2020-11-09.17:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604942749.77.0.840146962275.issue42296@roundup.psfhosted.org>
In-reply-to
Content
This code cannot be interrupted with ^C on Windows (e.g. in the REPL)

while True:
    pass

This seems to be a regression, it works in earlier versions.
History
Date User Action Args
2020-11-09 17:25:49gvanrossumsetrecipients: + gvanrossum, Mark.Shannon, steve.dower
2020-11-09 17:25:49gvanrossumsetmessageid: <1604942749.77.0.840146962275.issue42296@roundup.psfhosted.org>
2020-11-09 17:25:49gvanrossumlinkissue42296 messages
2020-11-09 17:25:49gvanrossumcreate