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 lemburg
Recipients Arfrever, amaury.forgeotdarc, lemburg, vstinner
Date 2010-09-24.11:43:51
SpamBayes Score 4.8072657e-14
Marked as misclassified No
Message-id <4C9C8EF6.1050702@egenix.com>
In-reply-to <1285328064.21.0.504098914031.issue9630@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
> 
> New version of the patch:
>  - reencode sys.path_importer_cache (and remove the last FIXME)
>  - fix different reference leaks
>  - catch PyIter_Next() failures
>  - create a subfunction to reencode sys.modules: it's easier to review and manager errors in shorter functions
>  - add some comments

Why is this needed ?

With PYTHONFSENCODING there should be no need to change the FS
encoding after startup.
History
Date User Action Args
2010-09-24 11:43:53lemburgsetrecipients: + lemburg, amaury.forgeotdarc, vstinner, Arfrever
2010-09-24 11:43:52lemburglinkissue9630 messages
2010-09-24 11:43:51lemburgcreate