Message117270
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. |
|
Date |
User |
Action |
Args |
2010-09-24 11:43:53 | lemburg | set | recipients:
+ lemburg, amaury.forgeotdarc, vstinner, Arfrever |
2010-09-24 11:43:52 | lemburg | link | issue9630 messages |
2010-09-24 11:43:51 | lemburg | create | |
|