Tin mới
graingert:remove-redudant-mock-is-coroutine-workarounds
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
these work-arounds were made redundant by python/asyncio#459
Fix asyncio.iscoroutinefunction to handle Mock objects #72889
remove redundant mock.Mock()._is_coroutine = False workarounds
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
cpython/Lib/asyncio/coroutines.py
cpython/Lib/asyncio/coroutines.py
Merge branch 'main' into remove-redudant-mock-is-coroutine-workarounds
: Remove redundant mock.Mock()._is_coroutine = False wo…
: Remove redundant mock.Mock()._is_coroutine = False workarou…