]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 26 Jul 2023 12:32:47 +0000 (13:32 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 12:32:47 +0000 (13:32 +0100)
commitb0202a4e5d6b629ba5acbc703e950f08ebaf07df
treedaa5d78527f9650aa25043503fca3a89b74cfc44
parent14d074e1fb403e54edb345505cfd2c73601e21f3
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
Include/internal/pycore_flowgraph.h
Lib/test/test_peepholer.py
Python/compile.c
Python/flowgraph.c