[issue13524] critical error with import tempfile

Tim Golden report at bugs.python.org
Sat Dec 3 23:16:08 CET 2011


Tim Golden <mail at timgolden.me.uk> added the comment:

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)

----------
assignee:  -> tim.golden
components: +Library (Lib), Windows
stage:  -> test needed
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13524>
_______________________________________


More information about the Python-bugs-list mailing list