Tim Golden <m...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to