You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by Mongryong <Mo...@sympatico.ca> on 2003/01/23 05:35:36 UTC

Sub-interpreter Encoding Bug

Can some Python Guru verify this:

When a sub-interpreter is created, a new module dictionary is created
which no longer includes a pointer to the 'encodings' module although
internally Python may say it exists (via a global variable).  This is
really a bug in Python.

I've tried looking at the CVS Bug Tracker and have not found any record
of this a bug.

There's a very good chance that this is the bug causing encoding
problems with embedded python apps and modules such as mod_python.