commit | 9eaa3e6732debf6a633f44cf3c82a0eaf8879a51 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Aug 13 12:54:29 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Aug 13 12:54:29 2013 +0300 |
tree | c2c49a135698942adbd6bd2c5a1a7de32c278b71 | |
parent | 7cf5e61b8311989b7e8899f0ed9618383f2b2c31 [diff] | |
parent | 4bfa6c54ca0d8d51be01ce45436a7f26b9926018 [diff] |
#18687: merge with 3.3.
diff --git a/Lib/test/leakers/test_ctypes.py b/Lib/test/leakers/test_ctypes.py index 0f9a2cd..7d7e9ff 100644 --- 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