]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions ...
authorBrian Schubert <brianm.schubert@gmail.com>
Wed, 14 Feb 2024 15:01:27 +0000 (10:01 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 15:01:27 +0000 (15:01 +0000)
commitbb791c7728e0508ad5df28a90b27e202d66a9cfa
tree07a5bb7cabca6eae8ad01abb1d17258b9ae8df3e
parent6755c4e0c8803a246e632835030c0b8837b3b676
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440)
Lib/doctest.py
Lib/test/test_doctest/decorator_mod.py [new file with mode: 0644]
Lib/test/test_doctest/doctest_lineno.py
Lib/test/test_doctest/test_doctest.py
Misc/NEWS.d/next/Library/2024-02-13-18-27-03.gh-issue-115392.gle5tp.rst [new file with mode: 0644]