[Python-ideas] Make Python front end to the C math module

Chris Barker - NOAA Federal chris.barker at noaa.gov
Tue Jun 21 01:35:38 EDT 2016


Sent from my iPhone
>
> Is there any reason to do this in advance of an actual requirement for
> it?

This was brought up last year when we added the isclose() function. In
fact Victor even whipped up an implementation.

Guido rejected the idea, and isclose() was implemented in C.

-CHB




> It seems to me that doing this when someone proposes a
> Python-coded math function would be fine. Or do you think that the
> fact that math is coded in C is stopping people even suggesting
> additions, because they believe they'd need to be able to write them
> in C?
>
> Paul
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/


More information about the Python-ideas mailing list