#18687: remove obsolete comment. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-13 12:53:40 +03:00
parent 6681398ddd
commit d674927086
1 changed files with 0 additions and 1 deletions

View File

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