Closed hamdanal closed 1 week ago
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.
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
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.