]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334)
authorMa Lin <animalize@users.noreply.github.com>
Sun, 18 Oct 2020 14:48:38 +0000 (22:48 +0800)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 14:48:38 +0000 (17:48 +0300)
commita0c603cb9d4dbb9909979313a88bcd1f5fde4f62
tree4e25844a35bc4dd3436cec0087450e73720bac42
parent3635388f52b42e5280229104747962117104c453
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334)
Misc/NEWS.d/next/Windows/2020-10-18-18-43-45.bpo-38252.7Nlepg.rst [new file with mode: 0644]
Objects/bytes_methods.c
Objects/stringlib/codecs.h
Objects/stringlib/find_max_char.h
Objects/unicodeobject.c