]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of the...
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sat, 17 Aug 2024 08:03:51 +0000 (11:03 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 08:03:51 +0000 (11:03 +0300)
commite6d5ff55d0816d7f5eb45e49c810e936b09d2be7
tree36a09e8c42d2909570cd623dc29bd09c40c2441f
parent35d8ac7cd7ed6cd3d84af721dce970da59bd5f68
gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of the deprecated ``asyncio.iscoroutinefunction`` with the ``inspect.iscoroutinefunction`` (#123088)

asyncio.iscoroutinefunction -> inspect.iscoroutinefunction
Lib/test/test_unittest/testmock/testasync.py