Reproducer: ```py import _struct; _struct.calcsize('b') ``` Memory Leak: ```console ./python -X showrefcount main.py [367 refs, 150 blocks] ``` Commit tested: 27b9894033