commit | 35002aa8f62dda1f79035e9904abdf476683e9be | [log] [tgz] |
---|---|---|
author | Max Bélanger <aeromax@gmail.com> | Thu Jun 03 16:37:29 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 04 00:37:29 2021 +0100 |
tree | 58fdd104fc8b80fcc3c345840988dada1106881c | |
parent | b250f89bb7e05e72a4641d44b988866b919575db [diff] |
bpo-32280: Store _PyRuntime in a named section (GH-4802) This commit stores the _PyRuntime structure in a section of the same name. This allows a debugging or crash reporting tool to quickly locate this structure at runtime without requiring the symbol table. Co-authored-by: Pablo Galindo <pablogsal@gmail.com>