diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-12-07 17:24:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 17:24:41 (GMT) |
commit | fe7c309a8c5d8abedd97dd271e94eb2c0f858c12 (patch) | |
tree | 8a8b5eabddd24131ba3a1ffa92ef7b7a15c838b3 /Misc/NEWS.d | |
parent | 72cfe5b1b9ad1bbe9da38a5af605e5d03ad88147 (diff) | |
download | cpython-fe7c309a8c5d8abedd97dd271e94eb2c0f858c12.zip cpython-fe7c309a8c5d8abedd97dd271e94eb2c0f858c12.tar.gz cpython-fe7c309a8c5d8abedd97dd271e94eb2c0f858c12.tar.bz2 |
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
(cherry picked from commit 68e41295b8611a990de68f15c89f1eb3dea51867)
Co-authored-by: Carl Meyer <carl@oddbird.net>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-21-16-24-01.gh-issue-83035.qZIujU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-21-16-24-01.gh-issue-83035.qZIujU.rst b/Misc/NEWS.d/next/Library/2022-11-21-16-24-01.gh-issue-83035.qZIujU.rst new file mode 100644 index 0000000..629d9ae --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-21-16-24-01.gh-issue-83035.qZIujU.rst @@ -0,0 +1 @@ +Fix :func:`inspect.getsource` handling of decorator calls with nested parentheses. |