]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32280: Store _PyRuntime in a named section (GH-4802)
authorMax Bélanger <aeromax@gmail.com>
Thu, 3 Jun 2021 23:37:29 +0000 (16:37 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 23:37:29 +0000 (00:37 +0100)
commit35002aa8f62dda1f79035e9904abdf476683e9be
tree58fdd104fc8b80fcc3c345840988dada1106881c
parentb250f89bb7e05e72a4641d44b988866b919575db
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>
Python/pylifecycle.c