-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Move code from decimal.pyi
to _decimal.pyi
#7640
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Please see the comment in |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Sure. Should we change the import in At the moment I feel like we have two lies, one in |
This comment has been minimized.
This comment has been minimized.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
The stub currently does
from decimal import *
in_decimal.pyi
, but the opposite happens at runtime.