SIGN IN SIGN UP

gh-128954: Reorder _PyInterpreterFrame fields for reduced memory usage (#128958)

This reduces the size of _PyInterpreterFrame by 8 bytes on 64-bit
platforms using the free threading build due to alignment requirements.

This allows for slightly more recursive calls into the interpreter (from
C), but `test_call.test_super_deep` still crashes.
S
Sam Gross committed
a6a8c6f86e811f9fcdb577bc1d9b85fbf86c8267
Parent: 8a5a18a
Committed by GitHub <noreply@github.com> on 1/27/2025, 5:14:51 PM