Created originally on Bitbucket by jphalip (Julien Phalip)
Was already merged in Bitbucket before import, marked as merged by the import user
This would have the side effect of resolving some test failures in the Django test suite, as those tests rely on os.popen() not generating any error, whereas pypy currently does output warnings to the stderr stream because it imports the deprecated popen2 module.