On Thu, Jun 25, 2020 at 02:02 Antoine Pitrou <solip...@pitrou.net> wrote:
> ... The intent, though, is that any function > waiting on an external event (this can be a timer, a socket, a > lock, a directory...) should be interruptible so that Ctrl-C works in > an interactive prompt. > That’s not really true though right? Locks can block the REPL. —Guido -- --Guido (mobile)
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/HP2AKFHVS2WLM5XGJMHELHQXSCGQLEPF/ Code of Conduct: http://python.org/psf/codeofconduct/