]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10914: Initialize correctly the filesystem codec when creating a new
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 26 Apr 2011 22:24:21 +0000 (00:24 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 26 Apr 2011 22:24:21 +0000 (00:24 +0200)
commit3cbf14bfb11ce1f7f94a2a8e69161a621a200a5d
treec37a2c102c11824fd902e0cc602af1b81ca53ddc
parent1188935af9ff5b762c6b1eaacb1dffdf0208bb40
Issue #10914: Initialize correctly the filesystem codec when creating a new
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
the ISO-8859-15 codec.

Add fscodec_initialized attribute to the PyInterpreterState structure.
Include/pystate.h
Misc/NEWS
Objects/unicodeobject.c
Python/pystate.c
Python/pythonrun.c