diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-10-29 10:34:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-10-29 10:34:05 (GMT) |
commit | fa3ba4c3bc31e8d1b78d0f8f97b1b6140ffcbaef (patch) | |
tree | cecbddba48ec67b9139a760fd3b161f9d495b759 /pyconfig.h.in | |
parent | bebba5059c67919b2099b4ac089401a823230bab (diff) | |
download | cpython-fa3ba4c3bc31e8d1b78d0f8f97b1b6140ffcbaef.zip cpython-fa3ba4c3bc31e8d1b78d0f8f97b1b6140ffcbaef.tar.gz cpython-fa3ba4c3bc31e8d1b78d0f8f97b1b6140ffcbaef.tar.bz2 |
Issue #18609: Add a fast-path for "iso8859-1" encoding
On AIX, the locale encoding may be "iso8859-1", which was not a known syntax of
the legacy ISO 8859-1 encoding.
Using a C codec instead of a Python codec is faster but also avoids tricky
issues during Python startup or complex code.
Diffstat (limited to 'pyconfig.h.in')
0 files changed, 0 insertions, 0 deletions