[issue23595] Split the math module into _math (C) + math (py)

Alexander Belopolsky report at bugs.python.org
Fri Mar 6 06:02:30 CET 2015


Alexander Belopolsky added the comment:

I am attaching a quick implementation of math.isclose in C.  It may not cover all corner cases correctly, but that should be easy to fix.

----------
Added file: http://bugs.python.org/file38354/math-isclose.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23595>
_______________________________________


More information about the Python-bugs-list mailing list