This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author noam
Recipients christian.heimes, gvanrossum, nascheme, noam, tim.peters
Date 2007-12-11.07:59:19
SpamBayes Score 0.13160804
Marked as misclassified No
Message-id <b348a0850712102359x11fb61d6k275c273f5b739312@mail.gmail.com>
In-reply-to <1197342906.28.0.0866134438914.issue1580@psf.upfronthosting.co.za>
Content
Oh, this is sad. Now I know why Tcl have implemented also a decimal to
binary routine.

Perhaps we can simply use both their routines? If I am not mistaken,
their only real dependency is on a library which allows arbitrary long
integers, called tommath, from which they use a few basic functions.
We can use instead the functions from longobject.c. It will probably
be somewhat slower, since longobject.c wasn't created to allow
in-place operations, but I don't think it should be that bad -- we are
mostly talking about compile time.
History
Date User Action Args
2007-12-11 07:59:20noamsetspambayes_score: 0.131608 -> 0.13160804
recipients: + noam, gvanrossum, tim.peters, nascheme, christian.heimes
2007-12-11 07:59:20noamlinkissue1580 messages
2007-12-11 07:59:19noamcreate