| commit | 3e5f8a6975cb7f7c3dc9f84686f27c49bc4aa75a | [log] [tgz] |
|---|---|---|
| author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Feb 08 01:05:21 2008 +0000 |
| committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Feb 08 01:05:21 2008 +0000 |
| tree | ea8428d58e9dc2798ad2374042caea5ee9bee6d4 | |
| parent | ec4301e60f8380d696115b598fea88cea239947c [diff] |
issue 2045: Infinite recursion when printing a subclass of defaultdict, if default_factory is set to a bound method. Backport of r60663.