]> granicus.if.org Git - python/commit
Issue #24583: Consolidate previous set object updates into a single function
authorRaymond Hettinger <python@rcn.com>
Mon, 20 Jul 2015 11:34:05 +0000 (07:34 -0400)
committerRaymond Hettinger <python@rcn.com>
Mon, 20 Jul 2015 11:34:05 +0000 (07:34 -0400)
commitff9e18a863aa9f7efd894f660d413cd02ccb1834
tree0a324d2e1681bbb687f3f5e8aa0d7b42a35b6e68
parentaa23fa2e21677c21f5727e6c2602a8bbf67d7fe4
Issue #24583:  Consolidate previous set object updates into a single function
with a single entry point, named exit points at the bottom, more self-evident
refcount adjustments, and a comment describing why the pre-increment was
necessary at all.
Objects/setobject.c