This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjw296
Recipients Rob Taft, cjw296, rkm, terry.reedy, xtreak
Date 2020-06-03.10:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591178963.28.0.198110128828.issue40805@roundup.psfhosted.org>
In-reply-to
Content
Terry, mock is now a rolling backport of unittest.mock with all development taking place in cpython's repo. If issues are reported there, they need to be triaged here first, as it's most likely a bug in unittest.mock that needs fixing here.

Rob, please can you see if this is reproducible on Python 3.8 or 3.9, replacing `from mock import` with `from unittest.mock` import?
History
Date User Action Args
2020-06-03 10:09:23cjw296setrecipients: + cjw296, terry.reedy, xtreak, rkm, Rob Taft
2020-06-03 10:09:23cjw296setmessageid: <1591178963.28.0.198110128828.issue40805@roundup.psfhosted.org>
2020-06-03 10:09:22cjw296linkissue40805 messages
2020-06-03 10:09:22cjw296create