]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38610: Fix possible crashes in several list methods (GH-17022)
authorZackery Spytz <zspytz@gmail.com>
Mon, 30 Dec 2019 19:32:58 +0000 (12:32 -0700)
committerPablo Galindo <Pablogsal@gmail.com>
Mon, 30 Dec 2019 19:32:58 +0000 (19:32 +0000)
commitd9e561d23d994e3ed15f4fcbd7ee5c8fe50f190b
tree34162f9f568287e72843c154831efb35b2384a55
parent09c482fad11c769be38b2449f1056e264b701bb7
bpo-38610: Fix possible crashes in several list methods (GH-17022)

Hold strong references to list elements while calling PyObject_RichCompareBool().
Lib/test/test_list.py
Misc/NEWS.d/next/Core and Builtins/2019-10-31-14-30-39.bpo-38610.fHdVMS.rst [new file with mode: 0644]
Objects/listobject.c