Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Python/suggestions.c
Co-authored-by: Batuhan Taskaya <[email protected]>
  • Loading branch information
pablogsal and isidentical authored Nov 6, 2022
commit 4925719c4748205be121d6bbcef6ab33feb4a635
2 changes: 1 addition & 1 deletion Python/suggestions.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ get_suggestions_for_name_error(PyObject* name, PyFrameObject* frame)
return suggestions;

error:
Py_XDECREF(dir);
Py_DECREF(dir);
return NULL;
}

Expand Down