commit | f2a67daca2206bab783abba99d428e5eaf36a8f7 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Oct 07 03:54:51 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Oct 07 03:54:51 2001 +0000 |
tree | 1e3360c426729cd72381d1308f8989cd9ce3cbae | |
parent | 0a1fc4e389b9839f2330083fb20e7a466835422f [diff] |
Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. This simplifies the rounding in _PyObject_VAR_SIZE, allows to restore the pre-rounding calling sequence, and allows some nice little simplifications in its callers. I'm still making it return a size_t, though.