]> granicus.if.org Git - python/commit
issue #28144: Decrease empty_keys_struct's dk_refcnt
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Sep 2016 20:01:42 +0000 (23:01 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Sep 2016 20:01:42 +0000 (23:01 +0300)
commita9fc458b77b9464433db349b1f35f0d4a4234513
tree56c83a6784e4af58c24ec806228a99eddf4b97b0
parentc53ffcea6a526caf0633c575b8b6079372b209c6
parent97932e4c4f3eeab12889fe45c935e2e6b91ac390
issue #28144: Decrease empty_keys_struct's dk_refcnt
since there is no dummy_struct any more.
Patch by Xiang Zhang.