Author: russellm
Date: 2010-03-29 02:24:45 -0500 (Mon, 29 Mar 2010)
New Revision: 12874

Modified:
   django/trunk/tests/regressiontests/makemessages/tests.py
Log:
Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in 
Python's subprocess cleanup code.

Modified: django/trunk/tests/regressiontests/makemessages/tests.py
===================================================================
--- django/trunk/tests/regressiontests/makemessages/tests.py    2010-03-27 
23:04:18 UTC (rev 12873)
+++ django/trunk/tests/regressiontests/makemessages/tests.py    2010-03-29 
07:24:45 UTC (rev 12874)
@@ -37,3 +37,4 @@
         xversion = (int(match.group('major')), int(match.group('minor')))
         if xversion >= (0, 15):
             from extraction import *
+    del p

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to