Hi Chris, > Not seeing anything there about decoupling the two modules?
Well, the PR removes the line "from decimal import Decimal", I think that is quite some decoupling. The other place decimal is imported is in a classmethod only existing for backwards compatibility, so with this patch the decimal module does not need to be imported anymore. Cheers Martin _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/LIM6QIOBYSSTNEB4C65YK3O676E6YLBZ/ Code of Conduct: http://python.org/psf/codeofconduct/