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 eric.smith, gawain, mark.dickinson, vstinner
Date 2009-09-07.23:19:04
SpamBayes Score 0.006722753
Marked as misclassified No
Message-id <1252365545.74.0.713388851994.issue6713@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible to share some constant data between intobject.c and
longobject.c? There is already "static const unsigned char BitLengthTable[32]"
(32 bytes), and the patch introduces "static const char _decimal_digit_table[]"
(100 bytes).
History
Date User Action Args
2009-09-07 23:19:05vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, gawain
2009-09-07 23:19:05vstinnersetmessageid: <1252365545.74.0.713388851994.issue6713@psf.upfronthosting.co.za>
2009-09-07 23:19:04vstinnerlinkissue6713 messages
2009-09-07 23:19:04vstinnercreate