summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorOren Milman <orenmn@gmail.com>2017-09-11 21:18:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-09-11 21:18:09 (GMT)
commit9d984fd2b097c8c29479d1c3eb740995fe1ccb0d (patch)
treea7d7c86c389662a32c482863d5be1b074a7066af /Misc
parent8239fd704637d7cbf59273883fbe487fc0f568fc (diff)
downloadcpython-9d984fd2b097c8c29479d1c3eb740995fe1ccb0d.zip
cpython-9d984fd2b097c8c29479d1c3eb740995fe1ccb0d.tar.gz
cpython-9d984fd2b097c8c29479d1c3eb740995fe1ccb0d.tar.bz2
bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496)
Patch by Oren Milman.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2017-09-11-12-54-35.bpo-31416.2hlQFd.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-09-11-12-54-35.bpo-31416.2hlQFd.rst b/Misc/NEWS.d/next/Core and Builtins/2017-09-11-12-54-35.bpo-31416.2hlQFd.rst
new file mode 100644
index 0000000..148a5c8
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2017-09-11-12-54-35.bpo-31416.2hlQFd.rst
@@ -0,0 +1,2 @@
+Fix assertion failures in case of a bad warnings.filters or
+warnings.defaultaction. Patch by Oren Milman.