]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
authorIrit Katriel <iritkatriel@yahoo.com>
Fri, 4 Dec 2020 16:45:38 +0000 (16:45 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 16:45:38 +0000 (18:45 +0200)
commit6e1eec71f59c344fb23c7977061dc2c97b77d51b
tree42d94caf698e4c38085599b36b4ccc153e16397d
parent066394018a8463643cc63d933493f0afa99d72cc
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Lib/inspect.py
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2020-12-03-15-42-32.bpo-42116.yIwroP.rst [new file with mode: 0644]