[issue14724] kill imp.load_dynamic's third argument

2013-02-01 Thread Brett Cannon
Brett Cannon added the comment: Turns out this was used in the wild and has now been fixed to be useful. =) -- resolution: - works for me status: open - closed superseder: - importlib.machinery.ExtensionFileLoader cannot load several modules from the same shared object

[issue14724] kill imp.load_dynamic's third argument

2012-05-04 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: +1 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14724 ___ ___ Python-bugs-list mailing list

[issue14724] kill imp.load_dynamic's third argument

2012-05-04 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: imp.load_dynamic's third optional argument doesn't seem used in the wild, and I don't think it's correctly implemented by the current code. It would seem reasonable to kill it. -- components: Interpreter Core, Library (Lib) messages: