]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41006: Remove init_sys_streams() hack (GH-20954)
authorVictor Stinner <vstinner@python.org>
Wed, 17 Jun 2020 23:11:46 +0000 (01:11 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 23:11:46 +0000 (01:11 +0200)
commit1bf7959dce0597e312c6f35476a7cc957fd0323c
tree627f5b3021d83ee6f08f694618356b2341fdc3a9
parent4c18fc8f1def7030e5ec5d1ffb9355d7453dc408
bpo-41006: Remove init_sys_streams() hack (GH-20954)

The encodings.latin_1 module is no longer imported at startup. Now it
is only imported when it is the filesystem encoding or the stdio encoding.
Misc/NEWS.d/next/Core and Builtins/2020-06-18-00-07-09.bpo-41006.H-wN-d.rst [new file with mode: 0644]
Python/pylifecycle.c