]> granicus.if.org Git - python/commit
[3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Sep 2017 06:41:39 +0000 (23:41 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Sep 2017 06:41:39 +0000 (09:41 +0300)
commit5dbb28ececdd0382d85b164aaf37bec1ae08036c
tree016dc1f6d9a9dd8a85c1adb53dd49e7c2e9604f7
parentfa82dda1012b406a7091587fc65384ce11528346
[3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (GH-3539) (#3556)

(cherry picked from commit f6e61df01536493f1280cd07639c7ff9bffb2cdc)
Misc/NEWS.d/next/Core and Builtins/2017-09-13-13-03-52.bpo-31418.rS-FlC.rst [new file with mode: 0644]
Python/errors.c