This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年07月04日 22:54 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg192322 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年07月04日 22:54 | |
Having a private attribute has already caused one bug report. I want to try and come up with something that doesn't leak outside of importlib. |
|||
| msg192481 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年07月06日 18:48 | |
New changeset 0d590683c8d1 by Brett Cannon in branch 'default': Issue #18364: Stop using the ImportError._not_found hack. http://hg.python.org/cpython/rev/0d590683c8d1 |
|||
| msg192702 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2013年07月08日 23:42 | |
That'll work. :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:47 | admin | set | github: 62564 |
| 2013年07月08日 23:42:36 | eric.snow | set | messages: + msg192702 |
| 2013年07月06日 18:48:45 | brett.cannon | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2013年07月06日 18:48:28 | python-dev | set | nosy:
+ python-dev messages: + msg192481 |
| 2013年07月05日 02:02:05 | eric.snow | set | nosy:
+ eric.snow |
| 2013年07月04日 22:54:36 | brett.cannon | create | |