Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-126417: validate ABC methods on multiprocessing proxy types (GH-126454) #126674

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 11, 2024

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

(cherry picked from commit 6ee542d)

Co-authored-by: Stephen Morton git@tungol.org
Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

…ythonGH-126454)

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

(cherry picked from commit 6ee542d)

Co-authored-by: Stephen Morton <git@tungol.org>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@AlexWaygood
Copy link
Member

AlexWaygood commented Nov 11, 2024

The backport of the original PR has proven to be somewhat controversial (#126451 (comment)) and I think the failing tests here validate the concerns others have raised. I think it's probably better to revert the backport of the original PR rather than fix the tests here. I'll take that on.

auto-merge was automatically disabled November 11, 2024 17:58

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants