]> granicus.if.org Git - python/commit
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Oct 2019 10:46:17 +0000 (13:46 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 10:46:17 +0000 (03:46 -0700)
commitd7c387384a27f37e4e3fa7890c859212c56b45b2
tree3c6ab29c9c223cff416aa50af1fe75b397053244
parent5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)

It is similar to the more general code in the gc module, but
here we know the name of the module.

https://bugs.python.org/issue33714

Automerge-Triggered-By: @encukou
Objects/moduleobject.c