Issue 7840: Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin (original) (raw)

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:57 admin set github: 52088
2010-07-11 13:09:00 BreamoreBoy set status: open -> closednosy: + BreamoreBoymessages: + resolution: fixedstage: needs patch -> resolved
2010-02-02 22:34:47 pitrou create