cpython: 49edf4cbc453 (original) (raw)
Mercurial > cpython
changeset 85154:49edf4cbc453 2.7
#18687: remove obsolete comment. Patch by Févry Thibault. [#18687]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Tue, 13 Aug 2013 12:53:40 +0300 |
parents | bd030e70cecb |
children | 00bcf202cc3f |
files | Lib/test/leakers/test_ctypes.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-)[+] [-] Lib/test/leakers/test_ctypes.py 1 |
line wrap: on
line diff
--- a/Lib/test/leakers/test_ctypes.py +++ b/Lib/test/leakers/test_ctypes.py @@ -1,6 +1,5 @@
Taken from Lib/ctypes/test/test_keeprefs.py, PointerToStructure.test().
-# When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS. from ctypes import Structure, c_int, POINTER import gc