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 brett.cannon, pitrou, vstinner
Date 2012-02-28.22:23:08
SpamBayes Score 0.0063748946
Marked as misclassified No
Message-id <1330467789.37.0.225577573514.issue14153@psf.upfronthosting.co.za>
In-reply-to
Content
If it can help to bootstrap importlib, you can add:

PyObject* _Py_device_encoding(int fd);

And reuse it in posixmodule.c.
History
Date User Action Args
2012-02-28 22:23:09vstinnersetrecipients: + vstinner, brett.cannon, pitrou
2012-02-28 22:23:09vstinnersetmessageid: <1330467789.37.0.225577573514.issue14153@psf.upfronthosting.co.za>
2012-02-28 22:23:08vstinnerlinkissue14153 messages
2012-02-28 22:23:08vstinnercreate