[Python-Dev] PEP 475 accepted

Victor Stinner victor.stinner at gmail.com
Mon Feb 2 21:58:55 CET 2015


2015-02-02 21:49 GMT+01:00 Guido van Rossum <guido at python.org>:
> W00t! Congratulations les Français!

We will celebrate this acceptance with a glass of red wine and cheese.

Thanks Antoine! I hate EINTR. It's a pain to handle them for each
syscall in subprocess and asyncio (where signals are likely). It's
good to not have to handle them explicitly anymore!

FYI in Python 3.5 it's now also possible to use signal.set_wakeup_fd()
with a socket on Windows.

Victor


More information about the Python-Dev mailing list