Closed
Description
Bug report
Bug description:
There's a couple of moments like this:
Lines 323 to 327 in d8d9491
Of course, we need to add a check that
dct
has a non-NULL value.
However, during the build I have notice this warning:
Objects/frameobject.c:390:59: warning: omitting the parameter name in a function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_values(PyObject *self, PyObject *__unused)
^
I think it's ok to address all of these issues in one PR.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
Metadata
Metadata
Assignees
Labels
(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)An unexpected behavior, bug, or errorAn unexpected behavior, bug, or error