1. 15 Dec, 2013 1 commit
    • Nick Coghlan's avatar
      Issue #19700: set __spec__ appropriately in runpy · 720c7e28
      Nick Coghlan authored
      Note that __spec__.name is not currently guaranteed to be in
      sys.modules when the code is running, only __name__ is.
      
      The "running module is in sys.modules" invariant will be
      expanded to also cover __spec__.name in a subsequent patch.
      720c7e28
  2. 14 Dec, 2013 14 commits
  3. 13 Dec, 2013 25 commits