]> granicus.if.org Git - python/commit
Actually initialize __main__.__loader__ with loader instances, not the corresponding...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 09:10:39 +0000 (19:10 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 09:10:39 +0000 (19:10 +1000)
commit3f94cbf9eba7adef027cfc5d087b3660800df9d7
tree832bb91df8040ab37576ebfc1d2950b01c3f7111
parent8dbe5b5568a9755b3e7c0f71df4b26a13893fd68
Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects
Lib/test/test_cmd_line_script.py
Python/pythonrun.c