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

Re-implement imp.get_magic() in pure Python #59372

Closed
brettcannon opened this issue Jun 24, 2012 · 4 comments
Closed

Re-implement imp.get_magic() in pure Python #59372

brettcannon opened this issue Jun 24, 2012 · 4 comments

Comments

@brettcannon
Copy link
Member

BPO 15167
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 = None
closed_at = <Date 2012-07-09.20:10:10.862>
created_at = <Date 2012-06-24.19:51:25.690>
labels = []
title = 'Re-implement imp.get_magic() in pure Python'
updated_at = <Date 2012-07-10.02:38:23.132>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2012-07-10.02:38:23.132>
actor = 'eric.snow'
assignee = 'none'
closed = True
closed_date = <Date 2012-07-09.20:10:10.862>
closer = 'brett.cannon'
components = []
creation = <Date 2012-06-24.19:51:25.690>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 15167
keywords = []
message_count = 4.0
messages = ['163830', '165117', '165118', '165146']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'python-dev', 'eric.snow']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15167'
versions = []

@brettcannon
Copy link
Member Author

Title says it all. Issue bpo-13959 has a patch.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 9, 2012

New changeset efb5e6ab10f4 by Brett Cannon in branch 'default':
Issue bpo-15167 (as part of bpo-13959): imp.get_magic() is no implemented in
http://hg.python.org/cpython/rev/efb5e6ab10f4

@brettcannon
Copy link
Member Author

OK, finally in. Thanks for the hard work on this, Eric.

@ericsnowcurrently
Copy link
Member

Yay!

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants