Issue 7840: Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin - Python tracker

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
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.