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 serhiy.storchaka
Recipients alfps, amaury.forgeotdarc, brian.curtin, dstanek, eryksun, exarkun, ezio.melotti, ggenellina, loewis, nvetoshkin, schmir, serhiy.storchaka, terry.reedy, vstinner
Date 2018-07-10.07:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531206493.68.0.56676864532.issue8036@psf.upfronthosting.co.za>
In-reply-to
Content
Crashing happens only with the debug build. With the release mode I got OSError(EINVAL). I think it is better to raise the same error in all builds. ValueError is not new, it is already raised for paths containing NUL and too long paths.
History
Date User Action Args
2018-07-10 07:08:13serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, exarkun, amaury.forgeotdarc, ggenellina, vstinner, dstanek, schmir, ezio.melotti, brian.curtin, alfps, nvetoshkin, eryksun
2018-07-10 07:08:13serhiy.storchakasetmessageid: <1531206493.68.0.56676864532.issue8036@psf.upfronthosting.co.za>
2018-07-10 07:08:13serhiy.storchakalinkissue8036 messages
2018-07-10 07:08:13serhiy.storchakacreate