cpython icon indicating copy to clipboard operation
cpython copied to clipboard

`NotImplemented` is never tested with attribute assignment

Open sobolevn opened this issue 9 months ago • 0 comments

Bug report

This issue adds tests for NoDefault and attribute assignment: https://github.com/python/cpython/issues/118895

But, we never had tests for the same thing of NotImplemented. I will add a test case for that.

Linked PRs

  • gh-118902

sobolevn avatar May 10 '24 13:05 sobolevn