Tin mới
serhiy-storchaka:ast-deprecation-warnings
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
ast.Constant.n deprecated without warning #90953
bpo-46797: Emit deprecation warnings for deprecated ast features
https://github.com/PyCQA/flake8-pyi
Could we hold off doing this until 3.7 is EOL? It is quite hard to write version-compatible code otherwise, at least if you want to avoid deprecation warnings. (I'm speaking as a maintainer of https://github.com/PyCQA/fl
Merge branch 'main' into ast-deprecation-warnings
Merge branch 'main' into ast-deprecation-warnings
Merge branch 'main' into ast-deprecation-warnings
Merge branch 'main' into ast-deprecation-warnings
This comment was marked as outdated.
Merge branch 'main' into ast-deprecation-warnings
fix patchcheck Co-authored-by: Hugo van Kemenade <[email protected]>
gh-90953: Emit deprecation warnings for ast features deprecated in Python 3.8 #104199