]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
authorCarl Meyer <carl@oddbird.net>
Wed, 7 Dec 2022 16:55:12 +0000 (09:55 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Dec 2022 16:55:12 +0000 (08:55 -0800)
commit68e41295b8611a990de68f15c89f1eb3dea51867
treeea571fbecdd8cd05033707ba23da586c1cc5338f
parentb11a384dc7471ffc16de4b86e8f5fdeef151f348
gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
Lib/inspect.py
Lib/test/inspect_fodder2.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2022-11-21-16-24-01.gh-issue-83035.qZIujU.rst [new file with mode: 0644]