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
..
2010-09-20 23:02:10 +00:00
2010-05-13 11:52:22 +00:00
2010-07-31 19:29:15 +00:00
2010-07-12 14:18:21 +00:00
2009-04-27 20:54:42 +00:00