diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-13 09:54:29 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-13 09:54:29 (GMT) |
commit | 9eaa3e6732debf6a633f44cf3c82a0eaf8879a51 (patch) | |
tree | c2c49a135698942adbd6bd2c5a1a7de32c278b71 /Lib/test/leakers | |
parent | 7cf5e61b8311989b7e8899f0ed9618383f2b2c31 (diff) | |
parent | 4bfa6c54ca0d8d51be01ce45436a7f26b9926018 (diff) | |
download | cpython-9eaa3e6732debf6a633f44cf3c82a0eaf8879a51.zip cpython-9eaa3e6732debf6a633f44cf3c82a0eaf8879a51.tar.gz cpython-9eaa3e6732debf6a633f44cf3c82a0eaf8879a51.tar.bz2 |
#18687: merge with 3.3.
Diffstat (limited to 'Lib/test/leakers')
-rw-r--r-- | Lib/test/leakers/test_ctypes.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |