SIGN IN SIGN UP

gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (#100663)

Fixes behaviour where int (and subtypes like bool) __sizeof__ under-reports true size as it did not take into account the size 1 `ob_digit` array for the zero int.

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
I
Ionite committed
d7e7f79ca7c2029e46a06d21a7a5abea631b5d13
Parent: 9dee973
Committed by GitHub <noreply@github.com> on 1/2/2023, 9:11:49 PM