]> granicus.if.org Git - python/commit
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 13:16:00 +0000 (06:16 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 13:16:00 +0000 (06:16 -0700)
commitc3008dd480d645678409273eecbfd24bbc9669d7
treefa65a24f8aaa18d23c0db291b24ee42890ce0255
parenteaa1b09412cc82ba830fd731016278af26b9099b
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)

(cherry picked from commit f1a297acb60b88917712450ebd3cfa707e6efd6b)

Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testasync.py
Misc/NEWS.d/next/Library/2019-09-10-10-59-50.bpo-37251.8zn2o3.rst [new file with mode: 0644]