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 rocco.matano
Recipients eryksun, paul.moore, python-dev, rocco.matano, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-15.12:18:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442319484.1.0.830653292621.issue25118@psf.upfronthosting.co.za>
In-reply-to
Content
I know that using os.spawn and and os.waitpid this way is not the best option, but a 3rd party tool i am using (scons) is doing it that way. So no scons with Python 3.5.0. (I am also aware that scons does not yet support Python 3.x officially.)
History
Date User Action Args
2015-09-15 12:18:04rocco.matanosetrecipients: + rocco.matano, paul.moore, vstinner, tim.golden, python-dev, zach.ware, eryksun, steve.dower
2015-09-15 12:18:04rocco.matanosetmessageid: <1442319484.1.0.830653292621.issue25118@psf.upfronthosting.co.za>
2015-09-15 12:18:04rocco.matanolinkissue25118 messages
2015-09-15 12:18:03rocco.matanocreate