diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-05 20:57:12 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-05 20:57:12 (GMT) |
commit | 9eb6c677763c1eaf0646170ccff110c89828a06e (patch) | |
tree | 546b340fc4aad4f9b24e0bb646242ebc744c6155 /Misc | |
parent | b5bb404ccaa9a3dd81e220fb4ca40253be778831 (diff) | |
download | cpython-9eb6c677763c1eaf0646170ccff110c89828a06e.zip cpython-9eb6c677763c1eaf0646170ccff110c89828a06e.tar.gz cpython-9eb6c677763c1eaf0646170ccff110c89828a06e.tar.bz2 |
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.
Patch by Vincent Michel.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -346,6 +346,10 @@ Library - Issue #27759: Fix selectors incorrectly retain invalid file descriptors. Patch by Mark Williams. +- Issue #28368: Refuse monitoring processes if the child watcher has + no loop attached. + Patch by Vincent Michel. + IDLE ---- |