]> granicus.if.org Git - python/commit
Issue #16373: Prevent infinite recursion for ABC Set class operations.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 1 Nov 2012 11:28:54 +0000 (13:28 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 1 Nov 2012 11:28:54 +0000 (13:28 +0200)
commitbcac6ad1f3776fed63ce5de57b6182352efcb2ca
treed9fe5972998c97d51b7eabfd645c9ac37c84474a
parenteda1f4cf07557f030a33130c5845f3cdca8e2fba
Issue #16373: Prevent infinite recursion for ABC Set class operations.
Lib/_abcoll.py
Lib/test/test_collections.py