]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
authorMark Shannon <mark@hotpy.org>
Thu, 28 Oct 2021 16:35:43 +0000 (17:35 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 16:35:43 +0000 (17:35 +0100)
commit4fc68560ea0d506c152a82c48c162bfe002f34a8
tree025efe26309526cdb86521c1f8f95ad106ff939f
parent13d9205f4057eeeef80a25d410ad123876dc60cd
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Include/internal/pycore_interp.h
Include/internal/pycore_long.h
Include/internal/pycore_pylifecycle.h
Objects/longobject.c
Python/pylifecycle.c