]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44878: _PyEval_EvalFrameDefault readability improvements (GH-27725)
authorMark Shannon <mark@hotpy.org>
Wed, 11 Aug 2021 10:47:52 +0000 (11:47 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 10:47:52 +0000 (11:47 +0100)
commit3f3d5dcac336463bd0eed64ba0bd7666ff2da1e1
tree09ad44ff8cea67efa7c4cb3bfd5502e597af152a
parent1841c70f2bdab9d29c1c74a8afffa45d5555af98
bpo-44878:  _PyEval_EvalFrameDefault readability improvements (GH-27725)

* Move a few variable declarations to point of definition.

* Factor out tracing of function entry into helper function.
Python/ceval.c