Crash report
What happened?
args can be NULL as a result of _Py_asdl_expr_seq_new, and then dereference happens.
Return value of _Py_asdl_expr_seq_new` is usually checked, for example here and in other places.
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
No response
Linked PRs
Crash report
What happened?
args can be NULL as a result of
_Py_asdl_expr_seq_new, and then dereference happens.Return value of _Py_asdl_expr_seq_new` is usually checked, for example here and in other places.
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
No response
Linked PRs
NULLreturned by_Py_asdl_expr_seq_new#126241NULLreturned by_Py_asdl_expr_seq_new(GH-126241) #126243NULLreturned by_Py_asdl_expr_seq_new(GH-126241) #126245