Message92398
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). |
|
| Date |
User |
Action |
Args |
| 2009-09-07 23:19:05 | vstinner | set | recipients:
+ vstinner, mark.dickinson, eric.smith, gawain |
| 2009-09-07 23:19:05 | vstinner | set | messageid: <[email protected]> |
| 2009-09-07 23:19:04 | vstinner | link | issue6713 messages |
| 2009-09-07 23:19:04 | vstinner | create | |
|