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 vstinner
Recipients loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-28.21:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338241477.91.0.865777372515.issue14744@psf.upfronthosting.co.za>
In-reply-to
Content
> So far away I have to say, it is better to use stringlib
> approach, than the massive macros, which are more difficult
> to read and edit.

Ah, you don't like the two macros in longobject.c. Functions to write digits into a string may be appropriate in the stringlib.
History
Date User Action Args
2012-05-28 21:44:37vstinnersetrecipients: + vstinner, loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka
2012-05-28 21:44:37vstinnersetmessageid: <1338241477.91.0.865777372515.issue14744@psf.upfronthosting.co.za>
2012-05-28 21:44:37vstinnerlinkissue14744 messages
2012-05-28 21:44:37vstinnercreate