]> granicus.if.org Git - python/commit
Issue 6573: Fix set.union() for cases where self is in the argument chain.
authorRaymond Hettinger <python@rcn.com>
Mon, 27 Jul 2009 20:33:25 +0000 (20:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 27 Jul 2009 20:33:25 +0000 (20:33 +0000)
commit30006c76f4acaaa66df47da697d900c369a892af
tree6532ef9856fab77f73c1ed153c38b5f9e893e7ff
parentda21dd076b8b06463ce9d2aebe1480ce1cf14083
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c