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

__import__ must not accept filenames #46109

Closed
tiran opened this issue Jan 9, 2008 · 2 comments
Closed

__import__ must not accept filenames #46109

tiran opened this issue Jan 9, 2008 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@tiran
Copy link
Member

tiran commented Jan 9, 2008

BPO 1776
Nosy @tiran

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 = None
closed_at = <Date 2008-01-09.19:56:54.206>
created_at = <Date 2008-01-09.14:26:38.543>
labels = ['interpreter-core']
title = '__import__ must not accept filenames'
updated_at = <Date 2008-01-09.19:56:54.205>
user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2008-01-09.19:56:54.205>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-09.19:56:54.206>
closer = 'christian.heimes'
components = ['Interpreter Core']
creation = <Date 2008-01-09.14:26:38.543>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 1776
keywords = []
message_count = 2.0
messages = ['59602', '59622']
nosy_count = 1.0
nosy_names = ['christian.heimes']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1776'
versions = ['Python 2.6', 'Python 3.0']

@tiran
Copy link
Member Author

tiran commented Jan 9, 2008

See http://permalink.gmane.org/gmane.comp.python.devel/90960

It's also "broken" in 2.5 but we must not change the behavior in a
maintenance release.

@tiran tiran added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 9, 2008
@tiran
Copy link
Member Author

tiran commented Jan 9, 2008

Fixed in r59876

@tiran tiran closed this as completed Jan 9, 2008
@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
interpreter-core (Objects, Python, Grammar, and Parser dirs)
Projects
None yet
Development

No branches or pull requests

1 participant