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 vstinner
Recipients alfps, amaury.forgeotdarc, brian.curtin, dstanek, eryksun, exarkun, ezio.melotti, ggenellina, loewis, nvetoshkin, schmir, serhiy.storchaka, terry.reedy, vstinner
Date 2018-07-10.22:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531261121.09.0.56676864532.issue8036@psf.upfronthosting.co.za>
In-reply-to
Content
> Crashing happens only with the debug build.

I don't understand why Python behaves differently in debug mode. For me, if Python is able to trigger an exception on EINVAL, we should also get a regular Python exception in debug mode (and not a crash).
History
Date User Action Args
2018-07-10 22:18:41vstinnersetrecipients: + vstinner, loewis, terry.reedy, exarkun, amaury.forgeotdarc, ggenellina, dstanek, schmir, ezio.melotti, brian.curtin, alfps, nvetoshkin, serhiy.storchaka, eryksun
2018-07-10 22:18:41vstinnersetmessageid: <1531261121.09.0.56676864532.issue8036@psf.upfronthosting.co.za>
2018-07-10 22:18:41vstinnerlinkissue8036 messages
2018-07-10 22:18:41vstinnercreate