Add object self-type to tuple test fixture by ilevkivskyi · Pull Request #18592 · python/mypy

@ilevkivskyi

@ilevkivskyi mentioned this pull request

Feb 3, 2025

wesleywright pushed a commit that referenced this pull request

Feb 4, 2025
This makes it more similar to the real typeshed. It is needed to
reproduce tricky failures in tests, e.g.
#18585. If this causes slower tests,
some tests may be switched to `tuple-simple.pyi`.

wesleywright pushed a commit that referenced this pull request

Feb 4, 2025
This makes it more similar to the real typeshed. It is needed to
reproduce tricky failures in tests, e.g.
#18585. If this causes slower tests,
some tests may be switched to `tuple-simple.pyi`.

x612skm pushed a commit to x612skm/mypy-dev that referenced this pull request

Feb 24, 2025
This makes it more similar to the real typeshed. It is needed to
reproduce tricky failures in tests, e.g.
python#18585. If this causes slower tests,
some tests may be switched to `tuple-simple.pyi`.