Permalink
Please
sign in to comment.
Browse files
bpo-38588: Fix possible crashes in dict and list when calling PyObjec…
…t_RichCompareBool (GH-17734) Take strong references before calling PyObject_RichCompareBool to protect against the case where the object dies during the call.
- Loading branch information
Showing
with
47 additions
and 1 deletion.
| @@ -0,0 +1,2 @@ | ||
| Fix possible crashes in dict and list when calling | ||
| :c:func:`PyObject_RichCompareBool`. |
0 comments on commit
2d5bf56