• Antoine Pitrou's avatar
    Merged revisions 68360 via svnmerge from · 5b0767c3
    Antoine Pitrou authored
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r68360 | antoine.pitrou | 2009-01-06 19:10:47 +0100 (mar., 06 janv. 2009) | 7 lines
    
      Issue #1180193: When importing a module from a .pyc (or .pyo) file with
      an existing .py counterpart, override the co_filename attributes of all
      code objects if the original filename is obsolete (which can happen if the
      file has been renamed, moved, or if it is accessed through different paths).
      Patch by Ziga Seilnacht and Jean-Paul Calderone.
    ........
    5b0767c3
import.c 83.2 KB