]> granicus.if.org Git - python/commit
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
authorBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:05:55 +0000 (14:05 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:05:55 +0000 (14:05 -0400)
commitd1f2cb37a2d1cc7b098abf6bc403fb5d43128051
tree6474e4e081df0fe9f1ed4991835780f3443c9faa
parentc43112823b1f748822c43ad42566537580c02af2
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
Lib/test/test_dict.py
Misc/NEWS
Objects/dictobject.c