[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7647aae9481c by Brett Cannon in branch 'default': Issue #17117: Have both import itself and importlib.util.set_loader() http://hg.python.org/cpython/rev/7647aae9481c -- nosy: +python-dev ___ Python

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-03-13 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the patch, Gökcen! Added you the Misc/ACKS. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17117 ___

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-24 Thread Brett Cannon
Brett Cannon added the comment: Yep, the patch looks right, Gökcen! If you want to update the tests and docs that would be great, but obviously don't feel obliged to. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17117

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-24 Thread Gökcen Eraslan
Gökcen Eraslan added the comment: Of course. I have also commented on issue#17116 but I couldn't find the pyexpat test you mentioned. I would like to fix #17116 and #17115 -- ___ Python tracker rep...@bugs.python.org

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-24 Thread Brett Cannon
Brett Cannon added the comment: Issue #17116 will be fixed by issue #17715 if you decide to tackle it. That bug will require C-level changes to the module type; just FYI. Please consider a PSF contributor form, Gökcen, if you plan to continue to submit code (your importlib.util fixes are

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-24 Thread Gökcen Eraslan
Gökcen Eraslan added the comment: I have already given my form to akheron during a Python sprint, I think he will submit it to PSF within a few days. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17117

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-23 Thread Gökçen Eraslan
Gökçen Eraslan added the comment: The patch is attached. Is it correct? -- keywords: +patch nosy: +Gökçen.Eraslan Added file: http://bugs.python.org/file29177/python-issue-17117.diff ___ Python tracker rep...@bugs.python.org

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-04 Thread Eric Snow
Eric Snow added the comment: +1 -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17117 ___ ___ Python-bugs-list mailing list

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-03 Thread Brett Cannon
New submission from Brett Cannon: The various importlib.util decorators involved with __loader__ should reset the attribute when it is set to None, just like for __package__. -- assignee: brett.cannon components: Library (Lib) messages: 181281 nosy: brett.cannon priority: normal

[issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

2013-02-03 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17117 ___ ___ Python-bugs-list mailing