summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-12-10 10:10:56 (GMT)
committerGitHub <noreply@github.com>2018-12-10 10:10:56 (GMT)
commit6fef0f1a8162e755f3b46677265b7cf052d9b83f (patch)
tree4fcfb784d0ad3a488eec00e08188a8ded43f3cd8 /Misc/NEWS.d/next
parent72ff7b4c000f7b8199231a0eb1ca4b119fab40a5 (diff)
downloadcpython-6fef0f1a8162e755f3b46677265b7cf052d9b83f.zip
cpython-6fef0f1a8162e755f3b46677265b7cf052d9b83f.tar.gz
cpython-6fef0f1a8162e755f3b46677265b7cf052d9b83f.tar.bz2
bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-09-14-35-49.bpo-35445.LjvtsC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-09-14-35-49.bpo-35445.LjvtsC.rst b/Misc/NEWS.d/next/Library/2018-12-09-14-35-49.bpo-35445.LjvtsC.rst
new file mode 100644
index 0000000..c0ba2b1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-12-09-14-35-49.bpo-35445.LjvtsC.rst
@@ -0,0 +1 @@
+Memory errors during creating posix.environ no longer ignored.