]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68132 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 23:52:55 +0000 (23:52 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 23:52:55 +0000 (23:52 +0000)
commit4688ea75d55d3d4104794bfe3c570328ea1388b2
treebe34b943482215c0e2eb9900ed7920dff1767ead
parentda4a31811c7425805c2d0db5d3ba461ac41f77c8
Merged revisions 68132 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

................
  r68132 | antoine.pitrou | 2009-01-01 16:35:33 +0100 (Thu, 01 Jan 2009) | 9 lines

  Merged revisions 68128 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r68128 | antoine.pitrou | 2009-01-01 15:11:22 +0100 (jeu., 01 janv. 2009) | 3 lines

    Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
  ........
................
Lib/test/test_deque.py
Lib/test/test_dict.py
Lib/test/test_set.py
Misc/NEWS
Modules/_collectionsmodule.c
Objects/dictobject.c
Objects/setobject.c