• Tim Peters's avatar
    _PyObject_GetDictPtr(): · 7254e5a3
    Tim Peters authored
    + Use the _PyObject_VAR_SIZE macro to compute object size.
    + Break the computation into lines convenient for debugger inspection.
    + Speed the round-up-to-pointer-size computation.
    7254e5a3
object.c 45.1 KB