We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on a Windows x64 machine
>>> #python 3.9.10 >>> object.__sizeof__(1) 28 >>> >>> #python 3.12.2 >>> object.__sizeof__(1) 56 >>>
3.9, 3.12
Windows
object.__sizeof__