[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2021-06-19 Thread Larry Hastings
Change by Larry Hastings : -- nosy: -larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2021-06-19 Thread STINNER Victor
Change by STINNER Victor : -- title: ខ្មែរសប់លក់ទំនិញ -> signal.set_wakeup_fd() should accept sockets on Windows ___ Python tracker ___

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2021-06-19 Thread HAK CG Gang
Change by HAK CG Gang : -- nosy: +habrecord22 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2014-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 963214896b22 by Victor Stinner in branch 'default': Issue #22018: Fix test_signal: use assertEqual() not assertIs() http://hg.python.org/cpython/rev/963214896b22 -- ___ Python tracker

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2014-07-29 Thread STINNER Victor
STINNER Victor added the comment: I pushed my latest patch. Thank you for helping me to design the API of this new feature. Let's move to the issue #22042 to discuss if signal.set_wakeup_fd() should raise an exception if the file descriptor or socket handle is blocking. I close this issue. -

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2014-07-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset fbd104359ef8 by Victor Stinner in branch 'default': Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. http://hg.python.org/cpython/rev/fbd104359ef8 -- ___ Python tracker

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2014-07-27 Thread STINNER Victor
STINNER Victor added the comment: New version 9 of my patch: - signal.set_wakeup_fd() now also supports socket handles on Windows (That's all: files are still supported on Windows.) -- Added file: http://bugs.python.org/file36130/wakeup_fd-9.patch _

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2014-07-27 Thread STINNER Victor
Changes by STINNER Victor : -- title: Add a new signal.set_wakeup_socket() function -> signal.set_wakeup_fd() should accept sockets on Windows ___ Python tracker ___ ___