]> granicus.if.org Git - python/commit
Oops, copied the wrong code from keeprefs. Get the right code
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Mar 2006 07:15:59 +0000 (07:15 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Mar 2006 07:15:59 +0000 (07:15 +0000)
commitd5f8ec27a8b73fc8bfa6a959bceb66b526936f0a
treeb1e1d5e153e6a250bf7dc9d49f6b6bcf3b97e9bf
parent770a8009671f9f6643e01d448419b2855ab5f9e7
Oops, copied the wrong code from keeprefs.  Get the right code
this time and call gc.collect(), since there is some garbage.

The original code didn't really leak (if gc.collect() was called).
Lib/test/leakers/test_ctypes.py