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 larry
Recipients amaury.forgeotdarc, eric.araujo, ezio.melotti, jkloth, larry, loewis, r.david.murray, serhiy.storchaka, techtonik, vstinner
Date 2012-12-14.20:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355516094.66.0.620561188221.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a little confused.  FindFirstFile is an ANSI API, so we get a narrow string back.  We call PyBytes_FromString(), which expects a narrow string and returns a bytes object.  Who's trying (and failing) to encode the filename?
History
Date User Action Args
2012-12-14 20:14:54larrysetrecipients: + larry, loewis, amaury.forgeotdarc, vstinner, techtonik, jkloth, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka
2012-12-14 20:14:54larrysetmessageid: <1355516094.66.0.620561188221.issue16656@psf.upfronthosting.co.za>
2012-12-14 20:14:54larrylinkissue16656 messages
2012-12-14 20:14:54larrycreate