commit | b3deb94dc6fab592a825811e8a985fd2d8bbe2b4 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sat Apr 15 22:33:13 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sat Apr 15 22:33:13 2006 +0000 |
tree | b6bb9e2f3d47d72c02886dc827c25a32b655e3dc | |
parent | c6e55068cad6f2178981eec4f0a0a583b8bba21a [diff] |
Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to not be tracked by GC. This fixes 254 of test_generators' refleaks on my machine, but I'm sure something else will make them come back :> Not adding a separate test for this kind of cycle, since the existing fib/m235 already test them in more extensive ways than any 'minimal' test has been able to manage.