Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-128954: Reorder _PyInterpreterFrame fields for reduced memor…
…y usage 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.
- Loading branch information