Le 25/06/2020 à 16:00, Guido van Rossum a écrit : > On Thu, Jun 25, 2020 at 02:02 Antoine Pitrou <solip...@pitrou.net > <mailto: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.
On POSIX they don't. On Windows it's a long-standing bug: https://bugs.python.org/issue29971 Regards Antoine. _______________________________________________ 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/4TNEA5KNWCYTJVIPISUZKVXVDK2BQJWT/ Code of Conduct: http://python.org/psf/codeofconduct/