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 srinim
Recipients srinim
Date 2016-11-18.11:22:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479468155.36.0.0223780421373.issue28732@psf.upfronthosting.co.za>
In-reply-to
Content
in window7  (using python 3.4.3,3.5.2) following script crashes

import os
os.spawnl( os.P_NOWAIT, 'C:/Tcl/bin/tclsh.exe' )"

Note: similar issue is already exist https://bugs.python.org/issue8036
History
Date User Action Args
2016-11-18 11:22:35srinimsetrecipients: + srinim
2016-11-18 11:22:35srinimsetmessageid: <1479468155.36.0.0223780421373.issue28732@psf.upfronthosting.co.za>
2016-11-18 11:22:35srinimlinkissue28732 messages
2016-11-18 11:22:35srinimcreate