]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Feb 2020 09:30:44 +0000 (01:30 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 09:30:44 +0000 (01:30 -0800)
commit3c57ca699910be74e7cf67d747b24bbc486932f1
tree575aa80726d4d6ea5064eefe7af330736029e3bf
parent505b6015a1579fc50d9697e4a285ecc64976397a
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204)

(cherry picked from commit f64abd10563c25a94011f9e3335fd8a1cf47c205)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/test/test_list.py
Misc/NEWS.d/next/Core and Builtins/2020-01-25-23-51-17.bpo-39453.xCOkYk.rst [new file with mode: 0644]
Objects/listobject.c