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 jalaziz
Recipients asvetlov, dreamsorcerer, jalaziz, mjpieters, yselivanov
Date 2022-03-05.22:20:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646518826.36.0.754834805912.issue38364@roundup.psfhosted.org>
In-reply-to
Content
I've recently ran into this via unittest.mock.patch.object. Mocking an asynchronous partial method returns MagicMock and not AsyncMagicMock, causing some pretty hard to debug failures.
History
Date User Action Args
2022-03-05 22:20:26jalazizsetrecipients: + jalaziz, mjpieters, asvetlov, yselivanov, dreamsorcerer
2022-03-05 22:20:26jalazizsetmessageid: <1646518826.36.0.754834805912.issue38364@roundup.psfhosted.org>
2022-03-05 22:20:26jalazizlinkissue38364 messages
2022-03-05 22:20:26jalazizcreate