This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin
Type: behavior Stage: resolved
Components: ctypes, Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: BreamoreBoy, pitrou, theller
Priority: normal Keywords:

Created on 2010-02-02 22:34 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg98760 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-02-02 22:34
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.
msg110003 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-11 13:09
This has been done in revision 79288.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52088
2010-07-11 13:09:00BreamoreBoysetstatus: open -> closed

nosy: + BreamoreBoy
messages: + msg110003

resolution: fixed
stage: needs patch -> resolved
2010-02-02 22:34:47pitroucreate