]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
authorTyler Smart <40041862+tjsmart@users.noreply.github.com>
Fri, 18 Aug 2023 15:44:38 +0000 (08:44 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 15:44:38 +0000 (15:44 +0000)
commit9bb576cb07b42f34fd882b8502642b024f771c62
treed71855e0af7ce5382493849fdd9b2ca7cf34ca29
parent28cab71f954f3a14de9f474ce9c4abbd23c97862
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/functools.py
Lib/test/test_doctest.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-08-16-00-24-07.gh-issue-107995.TlTp5t.rst [new file with mode: 0644]