# Bug report ### Bug description: on a Windows x64 machine ```python >>> #python 3.9.10 >>> object.__sizeof__(1) 28 >>> >>> #python 3.12.2 >>> object.__sizeof__(1) 56 >>> ``` ### CPython versions tested on: 3.9, 3.12 ### Operating systems tested on: Windows <!-- gh-linked-prs --> ### Linked PRs * gh-117220 * gh-119456 * gh-127605 <!-- /gh-linked-prs -->