summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 20:57:12 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 20:57:12 (GMT)
commit9eb6c677763c1eaf0646170ccff110c89828a06e (patch)
tree546b340fc4aad4f9b24e0bb646242ebc744c6155 /Misc
parentb5bb404ccaa9a3dd81e220fb4ca40253be778831 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef9ba7f..92ec745 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----