cpython/Misc/NEWS.d/next/Core and Builtins/2019-10-31-14-30-39.bpo-386...

3 lines
140 B
ReStructuredText
Raw Normal View History

Fix possible crashes in several list methods by holding strong references to
list elements when calling :c:func:`PyObject_RichCompareBool`.