commit | 3cbf14bfb11ce1f7f94a2a8e69161a621a200a5d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 27 00:24:21 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 27 00:24:21 2011 +0200 |
tree | c37a2c102c11824fd902e0cc602af1b81ca53ddc | |
parent | 1188935af9ff5b762c6b1eaacb1dffdf0208bb40 [diff] |
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.