]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Mon, 12 Dec 2022 11:59:27 +0000 (14:59 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 11:59:27 +0000 (17:29 +0530)
commit3221b0de6792145cb4d0d461065a956db82acc93
treee13dd20a2aa08de762972f10c6514ecb03c65547
parent621a1790c4d9e316c7228a13735bf71f2b0f5372
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)

Closes #96715
Python/sysmodule.c