You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stubgen: do not include mypy generated symbols (#18137)
Addresses part of #18081
stubgen still does not handle dataclass transforms correctly but with
this change we make sure to never include private mypy generated symbols
in the stubs.
0 commit comments