Commit dabcce9
authored
[stubtest] ignore
On 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.__conditional_annotations__ (#20392)1 parent 888473f commit dabcce9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1653 | 1653 | | |
1654 | 1654 | | |
1655 | 1655 | | |
| 1656 | + | |
1656 | 1657 | | |
1657 | 1658 | | |
1658 | 1659 | | |
| |||
0 commit comments