Commit aa538766 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in...

Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in Python's subprocess cleanup code.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2a4990a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,3 +37,4 @@ if xgettext_cmd:
        xversion = (int(match.group('major')), int(match.group('minor')))
        if xversion >= (0, 15):
            from extraction import *
    del p