]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Dec 2022 12:18:54 +0000 (04:18 -0800)
committerGitHub <noreply@github.com>
Fri, 30 Dec 2022 12:18:54 +0000 (04:18 -0800)
commitc88a83e7d81fbf394bbdebe0f453bb64bdf33ba6
tree7ddb3ef57359fee7a4e58bd1aa509a815f31ddcc
parentdd520e7bae18549971b900b6dadc69bfc35d4b3f
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)

(cherry picked from commit 79c10b7da84f52999dc483fc62c8e758ad3eff23)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/doctest.py
Lib/test/doctest_lineno.py
Misc/NEWS.d/next/Library/2022-11-13-15-32-19.gh-issue-99433.Ys6y0A.rst [new file with mode: 0644]