NotImplemented comparison generate TypeError
オープン
- 主要言語
- Go
- スター
- 1k
- フォーク
- 105
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
TypeError occurs when comparing NotImplemented value from execution result.
### Expected result (cpython)
```python
>>> range(0).__ne__(2) == NotImplemented
True
```
### Actual result
```python
>>> range(0).__ne__(2) == NotImplemented
Traceback (most recent call last):
File "", line 1, in
FIXME line of source goes here
TypeError: "unsupported operand type(s) for ==: 'NotImplementedError' and 'NotImplementedError'"
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。