commit | dd4d1c4f5d1b5c91ed2fb1a9209ee3434bc20a2b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 20 13:38:22 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 20 13:38:22 2001 +0000 |
tree | f2fa55a70115e18f1f96e88a0fe1c3011dff7b40 | |
parent | aefd766eedad6d0315ef16c276ab7f30a5b3d690 [diff] |
_PyObject_GetDictPtr(): when the offset is negative, always align -- we can't trust that tp_basicsize is aligned. Fixes SF bug #462848.