STINNER Victor <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14744> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
