[Patches] [ python-Patches-710576 ] Backport to 2.2.2 of codec registry fix

SourceForge.net noreply@sourceforge.net
Thu, 27 Mar 2003 00:09:47 -0800


Patches item #710576, was opened at 2003-03-27 09:09
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=710576&group_id=5470

Category: Core (C code)
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Geert Jansen (geertj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Backport to 2.2.2 of codec registry fix

Initial Comment:
Hi, 
 
attached is a backport to Python 2.2.2 of the patch that 
fixes bug: 
 
  #663074: codec registry and Python embedding problem 
 
which is discussed here: 
 
http://sourceforge.net/tracker/index.php?func=detail&aid=663074&group_id=5470&atid=105470 
 
If there will be a Python 2.2.3 release, I suggest this patch 
is applied. Currently, mod_python programs cannot use 
encodings, because mod_python is one of the (few?) 
programs that uses multiple subinterpreters. 
 
About the patch: it is a backport of Gustavo Niemeyer's 
patch for 2.3 CVS. I had to adapt it a little bit because in 
2.2 there is no codec error registry. 
 
Greetings, 
Geert Jansen 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=710576&group_id=5470