summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-07-01 18:10:39 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-07-01 18:10:39 (GMT)
commit626032ac54ab2d6a779e10fdfd6eea06e43cbcc7 (patch)
tree8c931017578e57ccbd039e2355d4b81654637cf0 /Misc
parent7c1457bed24f06cf793fee4536301540b5d327d4 (diff)
parentcca8c53d6aa158d3288ad462c98a1c74b24bc2dd (diff)
downloadcpython-626032ac54ab2d6a779e10fdfd6eea06e43cbcc7.zip
cpython-626032ac54ab2d6a779e10fdfd6eea06e43cbcc7.tar.gz
cpython-626032ac54ab2d6a779e10fdfd6eea06e43cbcc7.tar.bz2
Issue #17097: Merge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed51b38..6f0b54e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,8 @@ Core and Builtins
Library
-------
+- Issue #17097: Make multiprocessing ignore EINTR.
+
- Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
segfault inside the _pickle C extension.