Victor Stinner c39211f51e Issue #9630: Redecode filenames when setting the filesystem encoding
Redecode the filenames of:

 - all modules: __file__ and __path__ attributes
 - all code objects: co_filename attribute
 - sys.path
 - sys.meta_path
 - sys.executable
 - sys.path_importer_cache (keys)

Keep weak references to all code objects until initfsencoding() is called, to
be able to redecode co_filename attribute of all code objects.
2010-09-29 16:35:47 +00:00
..
2008-07-02 22:38:47 +00:00
2010-09-05 21:29:17 +00:00
2009-05-17 22:19:14 +00:00
2010-09-27 05:32:54 +00:00
2010-08-09 15:53:58 +00:00