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 twm
Recipients twm
Date 2020-08-24.23:36:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598312210.81.0.120628749566.issue41628@roundup.psfhosted.org>
In-reply-to
Content
Note that this can interact poorly with AsyncMock, introduced in Python 3.8, because it causes a mock generated from a mock produces an object with async methods rather than regular ones. In Python 3.7 chaining mocks like this would produce regular methods. (This is how I discovered this issue.)
History
Date User Action Args
2020-08-24 23:36:50twmsetrecipients: + twm
2020-08-24 23:36:50twmsetmessageid: <1598312210.81.0.120628749566.issue41628@roundup.psfhosted.org>
2020-08-24 23:36:50twmlinkissue41628 messages
2020-08-24 23:36:50twmcreate