]> granicus.if.org Git - python/commit
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813)
authorNaris R <nariscatboy@gmail.com>
Thu, 30 Aug 2018 16:56:14 +0000 (02:56 +1000)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 30 Aug 2018 16:56:14 +0000 (09:56 -0700)
commit1b5f9c9653f348b0aa8b7ca39f8a9361150f7dfc
treedca9f2435a0fdd8a30e1d3ecc1a3d2e3499379da
parente6dac0077996b1e1f886f036d6f2606237fa4c85
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813)
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2018-08-20-13-53-10.bpo-34427.tMRQjl.rst [new file with mode: 0644]