bpo-34454: fix crash in .fromisoformat() methods when given inputs with surrogate code points#8859
Closed
taleinat wants to merge 2 commits into
python:masterpython/cpython:masterfrom
taleinat:bpo-34454/fromisoformat_avoid_utf8_encodingtaleinat/cpython:bpo-34454/fromisoformat_avoid_utf8_encodingCopy head branch name to clipboard
Closed
bpo-34454: fix crash in .fromisoformat() methods when given inputs with surrogate code points#8859taleinat wants to merge 2 commits intopython:masterpython/cpython:masterfrom taleinat:bpo-34454/fromisoformat_avoid_utf8_encodingtaleinat/cpython:bpo-34454/fromisoformat_avoid_utf8_encodingCopy head branch name to clipboard
taleinat wants to merge 2 commits into
python:masterpython/cpython:masterfrom
taleinat:bpo-34454/fromisoformat_avoid_utf8_encodingtaleinat/cpython:bpo-34454/fromisoformat_avoid_utf8_encodingCopy head branch name to clipboard
Commits
Commits on Aug 22, 2018
bpo-34454: avoid internally encoding fromisoformat() input to UTF-8
Show description for 6df3ca9committed- committed