]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)
authorMario Corchero <mcorcherojim@bloomberg.net>
Mon, 10 Jul 2023 13:35:54 +0000 (15:35 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 13:35:54 +0000 (07:35 -0600)
commit3e23fa71f43fb225ca29a931644d1100e2f4d6b8
tree914d8671305a5f97c01d2d409b6d13e671e48255
parent3f9bc86c5a1b29fd636a53bf4150acacf60284d8
GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)

threadingmock: Remove unused branch for `timeout`

This is no longer needed as the mock does not hold a "timeout"
parameter, the timeout is stored in `_mock_wait_timeout`.
Lib/unittest/mock.py