Public bug reported:

Binary package hint: libapache2-mod-python

Hello,
__repr__ leaks only under mod_python. The problem seems to be related to a 
mod_python bug: 
http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL 
PROTECTED]

Can you please backport this bug fix to Edgy/Feisty. The mod_python devs
fixed it in 3.3.x and that will only get into Gutsy.

It is a one liner fix:

--- mod_python.c        2007-08-13 12:46:19.000000000 -0400
+++ mod_python2.c       2007-08-13 12:46:08.000000000 -0400
@@ -213,6 +213,10 @@
 static void release_interpreter(void)
{
     PyThreadState *tstate = PyThreadState_Get();
+    /* Ashwin see
+     * 
http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL 
PROTECTED]
+     */
+    PyThreadState_Clear(tstate);
#ifdef WITH_THREAD
     PyEval_ReleaseThread(tstate);
#else

Thanks,
Ashwin

** Affects: libapache2-mod-python (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Edgy mod_python (version 3.2.8) memory leak
https://bugs.launchpad.net/bugs/132520
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to