JelleZijlstra · GitHub

added 2 commits

March 6, 2025 14:58

@JelleZijlstra

Closed

@JelleZijlstra

picnixz

tomasr8

@picnixz

picnixz

@JelleZijlstra

@JelleZijlstra

picnixz

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

tomasr8

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

Closed

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

@JelleZijlstra

@JelleZijlstra

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 1, 2025

Merged

Merged

JelleZijlstra pushed a commit to python/mypy that referenced this pull request

Dec 10, 2025
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.

Read the original on github.com ↗