]> granicus.if.org Git - python/commit
Issue #23290: Optimize set_merge() for cases where the target is empty.
authorRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 08:26:14 +0000 (01:26 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 08:26:14 +0000 (01:26 -0700)
commit1bd8d75be33acaab1f0c277c0d3978975e6ad949
tree014b7ec2311a839e1c83d91ee141e993c0796427
parenteac503aeac6fedc81001b9e1136957d45b9a2c51
Issue #23290:  Optimize set_merge() for cases where the target is empty.
(Contributed by Serhiy Storchaka.)
Misc/NEWS
Objects/setobject.c