|
|
|
Created:
11 years, 5 months ago by haypo_gmail Modified:
11 years, 5 months ago Reviewers:
GvR Visibility:
Public. |
Rewrite signal handling: use the self pipe
Patch Set 1 #
Total comments: 1
Total messages: 1
|
GvR
LGTM https://codereview.appspot.com/113160044/diff/1/asyncio/unix_events.py File asyncio/unix_events.py (right): https://codereview.appspot.com/113160044/diff/1/asyncio/unix_events.py#newcode58 asyncio/unix_events.py:58: for signum in data: (Off-topic: This is a ...
|
11 years, 5 months ago (2014年07月17日 15:13:55 UTC) #1 | ||||||||||||||||||||||||||||||||||||||||||
LGTM https://codereview.appspot.com/113160044/diff/1/asyncio/unix_events.py File asyncio/unix_events.py (right): https://codereview.appspot.com/113160044/diff/1/asyncio/unix_events.py#newcode58 asyncio/unix_events.py:58: for signum in data: (Off-topic: This is a use case for bytes.__getitem__() returning an int! :-)