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 vstinner
Recipients JelleZijlstra, benjamin.peterson, corona10, remi.lapeyre, serhiy.storchaka, stutzbach, vstinner
Date 2020-06-03.18:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591208296.97.0.671012059991.issue40826@roundup.psfhosted.org>
In-reply-to
Content
Ok, I fixed bugs in the REPL on Linux and Windows in 3.8, 3.9 and master branches.

I also modified PyOS_InterruptOccurred() to fail with a fatal error and a nice error message, rather than crashing with a core dump, if it's called with the GIL released. I changed in 3.9 and master branches.

Thanks Jelle Zijlstra for the bug report! I'm now closing the issue.
History
Date User Action Args
2020-06-03 18:18:16vstinnersetrecipients: + vstinner, benjamin.peterson, stutzbach, serhiy.storchaka, JelleZijlstra, corona10, remi.lapeyre
2020-06-03 18:18:16vstinnersetmessageid: <1591208296.97.0.671012059991.issue40826@roundup.psfhosted.org>
2020-06-03 18:18:16vstinnerlinkissue40826 messages
2020-06-03 18:18:16vstinnercreate