Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove _not_found hack from importlib #62564

Closed
brettcannon opened this issue Jul 4, 2013 · 3 comments
Closed

Remove _not_found hack from importlib #62564

brettcannon opened this issue Jul 4, 2013 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@brettcannon
Copy link
Member

BPO 18364
Nosy @brettcannon, @ericsnowcurrently

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/brettcannon'
closed_at = <Date 2013-07-06.18:48:45.356>
created_at = <Date 2013-07-04.22:54:36.854>
labels = ['library']
title = 'Remove _not_found hack from importlib'
updated_at = <Date 2013-07-08.23:42:36.375>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2013-07-08.23:42:36.375>
actor = 'eric.snow'
assignee = 'brett.cannon'
closed = True
closed_date = <Date 2013-07-06.18:48:45.356>
closer = 'brett.cannon'
components = ['Library (Lib)']
creation = <Date 2013-07-04.22:54:36.854>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 18364
keywords = []
message_count = 3.0
messages = ['192322', '192481', '192702']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'python-dev', 'eric.snow']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue18364'
versions = ['Python 3.4']

@brettcannon
Copy link
Member Author

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.

@brettcannon brettcannon self-assigned this Jul 4, 2013
@brettcannon brettcannon added the stdlib Python modules in the Lib dir label Jul 4, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 6, 2013

New changeset 0d590683c8d1 by Brett Cannon in branch 'default':
Issue bpo-18364: Stop using the ImportError._not_found hack.
http://hg.python.org/cpython/rev/0d590683c8d1

@ericsnowcurrently
Copy link
Member

That'll work. :)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants