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 eryksun
Recipients alfps, amaury.forgeotdarc, brian.curtin, dstanek, eryksun, exarkun, ezio.melotti, ggenellina, loewis, nvetoshkin, schmir, serhiy.storchaka, terry.reedy, vstinner
Date 2018-07-10.06:28:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531204097.88.0.56676864532.issue8036@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, an empty file path shouldn't crash the interpreter. The per-thread invalid parameter handler is suppressed before calling _wspawnv, so it should raise OSError (EINVAL) if the file path is empty. That's what I observe in 3.7. Are you suggesting to raise ValueError in this case instead of calling _wspawnv?
History
Date User Action Args
2018-07-10 06:28:17eryksunsetrecipients: + eryksun, loewis, terry.reedy, exarkun, amaury.forgeotdarc, ggenellina, vstinner, dstanek, schmir, ezio.melotti, brian.curtin, alfps, nvetoshkin, serhiy.storchaka
2018-07-10 06:28:17eryksunsetmessageid: <1531204097.88.0.56676864532.issue8036@psf.upfronthosting.co.za>
2018-07-10 06:28:17eryksunlinkissue8036 messages
2018-07-10 06:28:17eryksuncreate