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 Tianjg, ZackerySpytz, eryksun, ezio.melotti, paul.moore, steve.dower, tianjg, tim.golden, vstinner, zach.ware
Date 2019-07-14.09:06:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563095169.92.0.869874234925.issue32381@roundup.psfhosted.org>
In-reply-to
Content
Hum. In fact, this problem can be fixed differently: modify PyRun_xxx() functions to pass the filename as an Unicode string. Maybe pass it as a wchar_t* string or even a Python str object.
History
Date User Action Args
2019-07-14 09:06:09vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, ZackerySpytz, Tianjg, tianjg
2019-07-14 09:06:09vstinnersetmessageid: <1563095169.92.0.869874234925.issue32381@roundup.psfhosted.org>
2019-07-14 09:06:09vstinnerlinkissue32381 messages
2019-07-14 09:06:09vstinnercreate