cpython
cpython copied to clipboard
`NotImplemented` is never tested with attribute assignment
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