]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113407: Fix import of unittest.mock when CPython is built without docstring...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Dec 2023 11:54:35 +0000 (12:54 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Dec 2023 11:54:35 +0000 (11:54 +0000)
commitbd306a9299f578f71fd2390568c720b8215d73d4
treebd3733cf06a7471dcbce356fa270b8694eabc3bd
parentfbfb90c8200edb9cb50bb81a8374a41401e34990
[3.12] gh-113407: Fix import of unittest.mock when CPython is built without docstrings (GH-113408) (GH-113454)

(cherry picked from commit 0c574540e07792cef5487aef61ab38bfe404060f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2023-12-22-20-49-52.gh-issue-113407.C_O13_.rst [new file with mode: 0644]