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

Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin #52088

Closed
pitrou opened this issue Feb 2, 2010 · 2 comments
Closed
Assignees
Labels
tests Tests in the Lib/test dir topic-ctypes type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Feb 2, 2010

BPO 7840
Nosy @theller, @pitrou

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/theller'
closed_at = <Date 2010-07-11.13:09:00.742>
created_at = <Date 2010-02-02.22:34:47.377>
labels = ['ctypes', 'type-bug', 'tests']
title = 'Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin'
updated_at = <Date 2010-07-11.13:09:00.740>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2010-07-11.13:09:00.740>
actor = 'BreamoreBoy'
assignee = 'theller'
closed = True
closed_date = <Date 2010-07-11.13:09:00.742>
closer = 'BreamoreBoy'
components = ['Tests', 'ctypes']
creation = <Date 2010-02-02.22:34:47.377>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 7840
keywords = []
message_count = 2.0
messages = ['98760', '110003']
nosy_count = 3.0
nosy_names = ['theller', 'pitrou', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue7840'
versions = ['Python 2.7']

@pitrou
Copy link
Member Author

pitrou commented Feb 2, 2010

test_pep3118.py creates a dummy memoryview class and says "It can be removed when the py3k memoryview object is backported". Since memoryview has been backported to trunk, it should be removed.

@pitrou pitrou added tests Tests in the Lib/test dir topic-ctypes type-bug An unexpected behavior, bug, or error labels Feb 2, 2010
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jul 11, 2010

This has been done in revision 79288.

@BreamoreBoy BreamoreBoy mannequin closed this as completed Jul 11, 2010
@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
tests Tests in the Lib/test dir topic-ctypes type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants