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 steve.dower
Recipients Andreas Bergmeier, eryksun, nicolaje, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-02-05.00:11:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486253497.77.0.693171104943.issue23462@psf.upfronthosting.co.za>
In-reply-to
Content
It's straightforward to detect path->narrow == NULL and raise instead of crashing. We can also trivially check path->wide on Windows and raise with a more specific error.

Given it's already fixed for 3.6.0 and there's only one more binary release for 3.5 (and Windows has *very* limited uptake apart from the binary releases), I don't think it's worth making this work given how many versions have been broken in the past.
History
Date User Action Args
2017-02-05 00:11:37steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware, eryksun, nicolaje, Andreas Bergmeier
2017-02-05 00:11:37steve.dowersetmessageid: <1486253497.77.0.693171104943.issue23462@psf.upfronthosting.co.za>
2017-02-05 00:11:37steve.dowerlinkissue23462 messages
2017-02-05 00:11:37steve.dowercreate