[issue31177] unittest mock's reset_mock throws an error when an attribute has been deleted

STINNER Victor report at bugs.python.org
Sat Dec 1 05:04:06 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset edeca92c84a3b08902ecdfe987cde00c7e617887 by Victor Stinner (Xtreak) in branch 'master':
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
https://github.com/python/cpython/commit/edeca92c84a3b08902ecdfe987cde00c7e617887


----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31177>
_______________________________________


More information about the Python-bugs-list mailing list