Skip to content

Commit

Permalink
Fixed #13239 -- Forced the deletion of the Popen object, avoiding a b…
Browse files Browse the repository at this point in the history
…ug in Python's subprocess cleanup code.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Mar 29, 2010
1 parent 2a4990a commit aa53876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/regressiontests/makemessages/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ def find_command(cmd, path=None, pathext=None):
xversion = (int(match.group('major')), int(match.group('minor')))
if xversion >= (0, 15):
from extraction import *
del p

0 comments on commit aa53876

Please sign in to comment.