Skip to content

Avoid asserting debatable super() behavior in an unrelated test#2253

Merged
carljm merged 1 commit intopython:mainfrom
carljm:cjm/meta-super
Apr 8, 2026
Merged

Avoid asserting debatable super() behavior in an unrelated test#2253
carljm merged 1 commit intopython:mainfrom
carljm:cjm/meta-super

Conversation

@carljm
Copy link
Copy Markdown
Member

@carljm carljm commented Apr 8, 2026

The correctness of the super() call in Meta3.__call__ is debatable: https://discuss.python.org/t/cls-type-t-and-super/106893

Avoid the need to debate it in a conformance test which is not intending to test super() behavior at all.

@carljm carljm added the topic: conformance tests Issues with the conformance test suite label Apr 8, 2026
@carljm carljm changed the title Allow error on incorrect implicit argument to zero-argument super() Avoid asserting debatable super() behavior in an unrelated test Apr 8, 2026
@carljm carljm merged commit d08c053 into python:main Apr 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: conformance tests Issues with the conformance test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants