]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #3537: Fix an assertion failure when an empty but presized dict
authorGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 09:07:59 +0000 (09:07 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 09:07:59 +0000 (09:07 +0000)
commit1e13ea94a3da9fa2b60c24ff201c5ae69791572d
treeb5e06ec816e047ea89c5dcd6ad5575d16c2141d0
parent14646337bff978f5eba7f2add21ffbe89e894c7c
- Issue #3537: Fix an assertion failure when an empty but presized dict
  object was stored in the freelist.
Lib/test/test_dict.py
Misc/NEWS
Objects/dictobject.c