s/wakup/wakeup (GH-20250)
(as title)
Automerge-Triggered-By: @Mariatta
(cherry picked from commit f2947e354c
)
Co-authored-by: Kunal Bhalla <bhalla.kunal@gmail.com>
This commit is contained in:
parent
9ef49e1876
commit
a59fc9160d
|
@ -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…
Reference in New Issue