added 2 commits
March 6, 2025 14:58Closed
Merged
Merged
JelleZijlstra pushed a commit to python/mypy that referenced this pull request
Dec 10, 2025On Python 3.14, this module attribute seems to exist in certain
situations:
```pycon
>>> if True:
... a: str
...
>>> __conditional_annotations__
{0}
```
It's a pretty esoteric attribute without any documentation. It seems to
have been added in python/cpython#130935
Either way, stubtest was complaining about it in scipy-stubs. So all
things considered, I figured it'd be best to just ignore it.