aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.d/2019-09-10-10-59-50.bpo-37251.8zn2o3.rst
blob: 27fd1e46963c728d68990f94937029603b0c0b5d (plain)
1
2
3
Remove `__code__` check in AsyncMock that incorrectly
evaluated function specs as async objects but failed to evaluate classes
with `__await__` but no `__code__` attribute defined as async objects.