FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-23057: add loop self socket as wakeup fd for signals by vladima · Pull Request #11135 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.1k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-23057: add loop self socket as wakeup fd for signals
- #11135
#11135
Merged
asvetlov
merged 12 commits into
python:master
python/cpython:master
from
vladima:ctrl-c-proactor
vladima/cpython:ctrl-c-proactor
Copy head branch name to clipboard
Dec 18, 2018
Conversation
Commits
12
(12)
Checks
Files changed
Merged
bpo-23057: add loop self socket as wakeup fd for signals
#11135
asvetlov
merged 12 commits into
python:master
python/cpython:master
from
vladima:ctrl-c-proactor
vladima/cpython:ctrl-c-proactor
Copy head branch name to clipboard
Commits
Commits on Dec 13, 2018
fix for bpo23057: add loop self socket as wakeup fd for signals
vladima
committed
dcc2047
View commit details
Copy full SHA for dcc2047
Browse repository at this point
ensure fd is int
vladima
committed
2e8486c
View commit details
Copy full SHA for 2e8486c
Browse repository at this point
Commits on Dec 14, 2018
Merge remote-tracking branch 'upstream/master' into ctrl-c-proactor
vladima
committed
6bc6f23
View commit details
Copy full SHA for 6bc6f23
Browse repository at this point
test: ProactorEventLoop is interrupted with Ctrl-C
vladima
committed
6f3ce85
View commit details
Copy full SHA for 6f3ce85
Browse repository at this point
Commits on Dec 17, 2018
use dedicated process with new console to avoid interrupting other subprocesses
vladima
committed
b9ddb40
View commit details
Copy full SHA for b9ddb40
Browse repository at this point
formatting
vladima
committed
846069c
View commit details
Copy full SHA for 846069c
Browse repository at this point
formatting
vladima
committed
d1c370b
View commit details
Copy full SHA for d1c370b
Browse repository at this point
formatting
vladima
committed
949914b
View commit details
Copy full SHA for 949914b
Browse repository at this point
Commits on Dec 18, 2018
ensure that self reading is started when calling run_forever
vladima
committed
021ad1f
View commit details
Copy full SHA for 021ad1f
Browse repository at this point
formatting
vladima
committed
ecba558
View commit details
Copy full SHA for ecba558
Browse repository at this point
remove isinstance(int) check for fd
vladima
committed
7473050
View commit details
Copy full SHA for 7473050
Browse repository at this point
start reading from self-socket at the beginning of run_forever, cancel self_reading_future afterwards
vladima
committed
436f56a
View commit details
Copy full SHA for 436f56a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL