]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92678: Document that you shouldn't be doing your own dictionary offset calculation...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Aug 2022 15:22:54 +0000 (08:22 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 15:22:54 +0000 (16:22 +0100)
commitc96b26cb0639583731c78b7202ea2b8507ff1127
tree71783248cdc735dfd3f395cbfc6417affaa8ebad
parent2d36d5e2d7d2165f37c189187d985bc0794e5dba
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598) (GH-95821)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Co-authored-by: Mark Shannon <mark@hotpy.org>
Doc/c-api/object.rst
Doc/c-api/typeobj.rst
Doc/whatsnew/3.11.rst
Objects/object.c