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 Ilya.Kulakov
Recipients Ilya.Kulakov, Kentzo, cjw296, ezio.melotti, jcea, lisroach, lkollar, mariocj89, michael.foord, pablogsal, pitrou, rbcollins, xtreak
Date 2020-06-10.13:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <87296754-C8AE-4EBF-81BB-B991D8CCDB1A@gmail.com>
In-reply-to <1591796148.63.0.950466347011.issue17013@roundup.psfhosted.org>
Content
As far as I understand it introduces 3 methods that may clash. It's unlikely but (I speculate)
is still more likely than an identity check with called.

That being said, the PR can be redone as a subclass. But that implementation will not play
as nicely with the planned `awaited` property for asyncio mocks (see description in the PR).
History
Date User Action Args
2020-06-10 13:57:37Ilya.Kulakovsetrecipients: + Ilya.Kulakov, jcea, pitrou, rbcollins, cjw296, ezio.melotti, michael.foord, lisroach, mariocj89, lkollar, pablogsal, Kentzo, xtreak
2020-06-10 13:57:37Ilya.Kulakovlinkissue17013 messages
2020-06-10 13:57:37Ilya.Kulakovcreate