mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
e4e36a716a
gh-142779: Initialize reserved field for proper padding (GH-142780)
The jitdump specification specifies a reserved field for padding.
Initialize it so no garbage data is embedded in the jitdump files.
(cherry picked from commit 77bf4ba732)
Co-authored-by: stratakis <cstratak@redhat.com>
Miscellaneous source files for the main Python shared library