mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
s/wakup/wakeup (GH-20250)
(as title) Automerge-Triggered-By: @Mariatta
This commit is contained in:
parent
7fbe65dbc4
commit
f2947e354c
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class _UnixSelectorEventLoop(selector_events.BaseSelectorEventLoop):
|
|||
|
||||
try:
|
||||
# Register a dummy signal handler to ask Python to write the signal
|
||||
# number in the wakup file descriptor. _process_self_data() will
|
||||
# number in the wakeup file descriptor. _process_self_data() will
|
||||
# read signal numbers from this file descriptor to handle signals.
|
||||
signal.signal(sig, _sighandler_noop)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue