[issue667770] import C API mess

2012-11-17 Thread Brett Cannon
Brett Cannon added the comment: The story of impports from the C level is much more sane than back in the 2.6 days thanks to PyImport_Import, PyImport_ImportModuleLevelObject, and PyImport_ImportModuleLevel. -- resolution: - fixed stage: needs patch - committed/rejected status: open

[issue667770] import C API mess

2011-06-26 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- dependencies: +Replace __import__ w/ importlib.__import__ ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue667770 ___

[issue667770] import C API mess

2010-08-17 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch type: - feature request versions: +Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue667770 ___

[issue667770] import C API mess

2010-08-17 Thread Guido van Rossum
Changes by Guido van Rossum gu...@python.org: -- nosy: -gvanrossum ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue667770 ___ ___ Python-bugs-list

[issue667770] import C API mess

2008-03-17 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: Brett, perhaps you can consider this with your integration of import-rewritten-in-Python? I think it's fine to leave this alone for 2.6. -- assignee: gvanrossum - brett.cannon components: +Interpreter Core -None nosy: +brett.cannon

[issue667770] import C API mess

2008-03-17 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: I was planning to do that in order to make my life simpler when I have to re-implement the C API. Tracker [EMAIL PROTECTED] http://bugs.python.org/issue667770