Tin mới
serhiy-storchaka:collections-abc-deprecations
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
bpo-25988: Emit a warning when use or import ABCs from 'collections'.
Add six.moves.collections.abc benjaminp/six#155
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (
ABCs should import from collections.abc in Py3.7+ aio-libs/aiohttp#3275
Fix: DeprecationWarning in Python3.7
Fix: DeprecationWarning in Python3.7
Fix: DeprecationWarning in Python3.7 aio-libs/aiozmq#152
Fix DeprecationWarning from classes in collections.abc ycm-core/ycmd#1134
Fix warnings from collections slezica/python-frozendict#23
- yan12125:fix-collections-abc-warning, r=micbou
Frozendict is broken on Python 3.8, warns on 3.7 slezica/python-frozendict#25
bpo-37324: Remove ABC aliases from collections #23754