]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add assertions to dk_set_index()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 17:52:46 +0000 (10:52 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Sep 2016 17:52:46 +0000 (10:52 -0700)
commit71211e33861b98a1d166afe270c19a2828691060
tree18ce2590ff990c33c1a9c5b33ef940a417b95953
parent44b548dda872c0d4f30afd6b44fd74b053a55ad8
Add assertions to dk_set_index()

Issue #27350.
Objects/dictobject.c