Issue 18364: Remove _not_found hack from importlib (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/62564

classification

Title: Remove _not_found hack from importlib
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, eric.snow, python-dev
Priority: normal Keywords:

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: +
2013-07-06 18:48:45 brett.cannon set status: open -> closedresolution: fixedstage: needs patch -> resolved
2013-07-06 18:48:28 python-dev set nosy: + python-devmessages: +
2013-07-05 02:02:05 eric.snow set nosy: + eric.snow
2013-07-04 22:54:36 brett.cannon create