# Bug report Here: https://github.com/python/cpython/blob/af4329e7b1a25d58bb92f79480f5059c3683517b/Objects/funcobject.c#L537-L551 - We allocate `ann_dict` - If `PyDict_SetItem` fails, we return `NULL` - We don't deallocate the dict I will send a PR. <!-- gh-linked-prs --> ### Linked PRs * gh-122230 <!-- /gh-linked-prs -->
Bug report
Here:
cpython/Objects/funcobject.c
Lines 537 to 551 in af4329e
ann_dictPyDict_SetItemfails, we returnNULLI will send a PR.
Linked PRs
Py_DECREFinfunc_get_annotation_dict#122230