]> granicus.if.org Git - python/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)
commit793b531756a4752a167e29f53c4ff49ce2846c74
tree30451bc81f557d0613390ea4a9b6b4298d15c9d3
parentc40a350db0f16c678273ee715fe7c70c431360a1
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