]> 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 00:56:02 +0000 (00:56 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 8 Feb 2008 00:56:02 +0000 (00:56 +0000)
commitb01aa430d5bf82c59c1440e3384a00845cf1b4a2
treec659ffb420a9c69de820a5587afc3d3c52e9d016
parent48397d6c2273769c26f4b8cef2a839a74d0da1a5
issue 2045: Infinite recursion when printing a subclass of defaultdict,
if default_factory is set to a bound method.

Will backport.
Lib/test/test_defaultdict.py
Misc/NEWS
Modules/_collectionsmodule.c