mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
This commit fixes the following problems: * The x86_64 trampolines are not preserving frame pointers * The hardcoded offsets to the code segment from the FDE only worked properly for x64_64 * The CIE data was not following conventions of aarch64 * The eh_frame for aarch64 was not fully correct (cherry picked from commit 236f733d8ffb3d587e1167fa0a0248c24512e7fd)
Miscellaneous source files for the main Python shared library