Comment 3 for bug 711225

Revision history for this message
Martin Pitt (pitti) wrote : Re: jockey-gtk crashed with TypeError in _cleanup(): an integer is required

Jockey code just does:

        apt_policy = subprocess.Popen(['apt-cache', 'policy', 'dkms'],
                stdout=subprocess.PIPE, stderr=subprocess.PIPE)

which is a valid usage of subprocess as far as I can see. So this looks like a bug in Python's subprocess module?