Message11404

Author jeff.allen
Recipients bstjean, jeff.allen, liuxy_hes86, zyasoft
Date 2017-05-25.06:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495692875.84.0.654430186983.issue2356@psf.upfronthosting.co.za>
In-reply-to
Content
This is not quite laid to rest. I find that during installation, ensurepip crashes with the famous "Cannot create PyString ... ".

I believe I have tracked this down to zipimporter where the archive name (a java.lang.String that contains a Unicode path) is exposed as a PyString by @ExposedGet. Now this seems to me a systematic problem with the exposer (contrast#1128), but for now I'll fix it just at this spot.
History
Date User Action Args
2017-05-25 06:14:35jeff.allensetmessageid: <1495692875.84.0.654430186983.issue2356@psf.upfronthosting.co.za>
2017-05-25 06:14:35jeff.allensetrecipients: + jeff.allen, zyasoft, liuxy_hes86, bstjean
2017-05-25 06:14:35jeff.allenlinkissue2356 messages
2017-05-25 06:14:35jeff.allencreate