Brett Cannon bc2eff3112 PyImport_Import was using the old import hack of sticking a dummy value into
fromlist to get __import__ to return the module desired. Now it uses the proper
approach of fetching the module from sys.modules.

Closes issue #9252. Thanks to Alexander Belopolsky for the bug report.
2010-09-19 21:39:02 +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
2010-07-20 22:39:34 +00:00