commit | 2d5bf568eaa5059402ccce9ba5a366986ba27c8a | [log] [tgz] |
---|---|---|
author | Dong-hee Na <donghee.na92@gmail.com> | Tue Dec 31 10:04:22 2019 +0900 |
committer | Pablo Galindo <Pablogsal@gmail.com> | Tue Dec 31 01:04:22 2019 +0000 |
tree | 04fe688caaa82e948cc4ff315fe82453f3445b6e | |
parent | ee9ff05ec22ecd47dbffdd361967ccd55963dad2 [diff] |
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) Take strong references before calling PyObject_RichCompareBool to protect against the case where the object dies during the call.