Tin mới
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-47000: Make io.text_encoding() respects UTF-8 mode.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Update Modules/_io/_iomodule.c
bpo-46541: Add a comment about when to use _Py_DECLARE_STR(). #32063
: Add a Comment About When to Use _Py_DECLARE_STR(). (
Update Modules/_io/_iomodule.c
Make encoding="locale" uses locale encoding even in UTF-8 mode is enabled. #91156