This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients Andrey.Morozov, tim.golden
Date 2011-12-03.22:16:07
SpamBayes Score 3.245639e-05
Marked as misclassified No
Message-id <1322950568.75.0.249984760479.issue13524@psf.upfronthosting.co.za>
In-reply-to
Content
Re-opening because there's a real problem here which can crash Python hard. Simplest reproduction:

import sys
import subprocess

subprocess.Popen (sys.executable, env={})

Affects 2.x and 3.x tip (haven't tried others yet but I don't imagine it's different)
History
Date User Action Args
2011-12-03 22:16:08tim.goldensetrecipients: + tim.golden, Andrey.Morozov
2011-12-03 22:16:08tim.goldensetmessageid: <1322950568.75.0.249984760479.issue13524@psf.upfronthosting.co.za>
2011-12-03 22:16:08tim.goldenlinkissue13524 messages
2011-12-03 22:16:07tim.goldencreate