Находки в опенсорсе: Python
@opensource_findings_python
696
subscribers
2
photos
69
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
696 subscribers
Находки в опенсорсе: Python
https://github.com/python/mypy/issues/18905
#mypy
#stubgen
GitHub
stubgen
does not handle TypeAlias · Issue #18905 · python/mypy
Bug Report When running
stubgen
on a file that uses TypeAlias, the stubbed type of the type alias is TypeAlias. This prevents the actual aliased type from being recorded in the stub file, and cause...