]> granicus.if.org Git - python/commit
issue 2045: Infinite recursion when printing a subclass of defaultdict,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 8 Feb 2008 01:05:21 +0000 (01:05 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 8 Feb 2008 01:05:21 +0000 (01:05 +0000)
commit3e5f8a6975cb7f7c3dc9f84686f27c49bc4aa75a
treeea8428d58e9dc2798ad2374042caea5ee9bee6d4
parentec4301e60f8380d696115b598fea88cea239947c
issue 2045: Infinite recursion when printing a subclass of defaultdict,
if default_factory is set to a bound method.

Backport of r60663.
Lib/test/test_defaultdict.py
Misc/NEWS
Modules/collectionsmodule.c