# 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 -->
Bug report
Bug description:
on a Windows x64 machine
CPython versions tested on:
3.9, 3.12
Operating systems tested on:
Windows
Linked PRs
object.__sizeof__#117220object.__sizeof__(GH-117220) #119456object.__sizeof__(GH-117220) #127605