]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyObject_GetDictPtr(): when the offset is negative, always align --
authorGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 13:38:22 +0000 (13:38 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 13:38:22 +0000 (13:38 +0000)
commitdd4d1c4f5d1b5c91ed2fb1a9209ee3434bc20a2b
treef2fa55a70115e18f1f96e88a0fe1c3011dff7b40
parentaefd766eedad6d0315ef16c276ab7f30a5b3d690
_PyObject_GetDictPtr(): when the offset is negative, always align --
we can't trust that tp_basicsize is aligned.  Fixes SF bug #462848.
Objects/object.c