]> granicus.if.org Git - python/commit
- Issue #3537: Fix an assertion failure when an empty but presized dict
authorGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 09:13:26 +0000 (09:13 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 09:13:26 +0000 (09:13 +0000)
commit45c33ce62d4d9a70083c4e0197c0af75bbef1fb2
tree403c7522942a4a2140e25325eaa23ff32f45f94f
parent78813dccd84c6f36fdf9d4e00b35e4f43b0867a2
- Issue #3537: Fix an assertion failure when an empty but presized dict
  object was stored in the freelist. (backport from r65637.)
Lib/test/test_dict.py
Misc/NEWS
Objects/dictobject.c