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 alfps
Recipients alfps
Date 2010-03-01.21:12:27
SpamBayes Score 2.6154714e-06
Marked as misclassified No
Message-id <1267477949.48.0.216202239381.issue8036@psf.upfronthosting.co.za>
In-reply-to
Content
In Windows XP, using CPython 3.1.1:

python -c "import os; os.spawnl( os.P_WAIT, 'blah' )"

Crashes the interpreter and Windows pops up the "tell us about it" box.


Python 2.6 is however happy and just reports invalid arg.
History
Date User Action Args
2010-03-01 21:12:29alfpssetrecipients: + alfps
2010-03-01 21:12:29alfpssetmessageid: <1267477949.48.0.216202239381.issue8036@psf.upfronthosting.co.za>
2010-03-01 21:12:27alfpslinkissue8036 messages
2010-03-01 21:12:27alfpscreate