Eric Smith <e...@trueblade.com> added the comment:

Is the intention to write Decimal.__format__ in C, too? That would be quite a 
bit of work, and I'm not sure I could recommend it. But I'm not sure if your 
plan is to get rid of all Python code or not.

If your plan is to rewrite absolutely everything in C, I could help out by 
exposing the methods that parse format specifiers and do some of the low level 
formatting. They're used internally by the int, float, and str formatting code. 
Let me know.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7652>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to