]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126417: validate ABC methods on multiprocessing proxy types (#126454)
authorStephen Morton <git@tungol.org>
Mon, 11 Nov 2024 07:08:58 +0000 (23:08 -0800)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 07:08:58 +0000 (23:08 -0800)
commit6ee542d491589b470ec7cdd353463ff9ff52d098
treec000c0a3583a0d0a683ee8598c51e5c3f744b9ab
parent82269c7d580e1aad71ff11fe891cf7f97eb45703
gh-126417: validate ABC methods on multiprocessing proxy types (#126454)

Checks that appropriate dunder __ methods exist on the dict and list proxy types.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/_test_multiprocessing.py