`__clinic_args` is currently not checked for NULL and can crash the interpreter. The fix is to check for NULL and exit early. <!-- gh-linked-prs --> ### Linked PRs * gh-100343 * gh-100568 <!-- /gh-linked-prs -->
__clinic_argsis currently not checked for NULL and can crash the interpreter. The fix is to check for NULL and exit early.Linked PRs
*argsparsing #100343*argsparsing (GH-100343). #100568