]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit0ec820fc5fbefe2fd49915fb640166644a4cdb8e
treed2d422011523f2207de79f50c2e070341a71f6a8
parentbdf1b9e26754de09883321c181bed7ddbc513ab8
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
Lib/test/test_dict.py
Misc/NEWS
Objects/dictobject.c