]> granicus.if.org Git - python/commit
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exceptio...
authorOren Milman <orenmn@gmail.com>
Wed, 13 Sep 2017 22:30:05 +0000 (01:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Sep 2017 22:30:05 +0000 (01:30 +0300)
commitf6e61df01536493f1280cd07639c7ff9bffb2cdc
treed0a96b29fe228e394853da6c4246f9252a786a28
parentace1ecc00b35a8b1dc6e352d547dde07913017bb
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539)
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