-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
- PyDict_GetItem() and PyObject_HasAttr() suppress arbitrary errors and
should not be used. - PyUnicode_CompareWithASCIIString() only works if the second argument
is ASCII string. - Refleak in get_suggestions_for_name_error.
- Use of borrowed pointer after possible freeing (self).
- Add some missing error checks.
Linked PRs
erlend-aasland
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error