]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100577: Replace `assert(0)` with `Py_UNREACHABLE` in `symtable.c` (#100579)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 28 Dec 2022 15:31:53 +0000 (18:31 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 15:31:53 +0000 (21:01 +0530)
commit5e1adb4f8861f2a5969952d24c8ad0ce8ec0a8ec
tree7c452e73b0bc738ab9b5ba1d490fb508f8bf164f
parent457c1f4a19a096a52d6553687c7c4cee415818dc
gh-100577: Replace `assert(0)` with `Py_UNREACHABLE` in `symtable.c` (#100579)
Python/symtable.c