]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139292: avoid extra tailing blank line in `python -m inspect -d <target>` (#139293)
authoryihong <zouzou0208@gmail.com>
Wed, 24 Sep 2025 18:52:11 +0000 (02:52 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 18:52:11 +0000 (14:52 -0400)
commite45d53520828179ac0a51cfcf56fb16013c4d25d
treeea98076cc70282ed80d4666edf0691209f713c98
parent8d83b7df3ff1b65599b7f5c5acc8bfe6074723b2
gh-139292: avoid extra tailing blank line in `python -m inspect -d <target>` (#139293)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Lib/inspect.py