Skip to content

[3.10] bpo-32280: Store _PyRuntime in a named section (GH-4802)#27448

Merged
pablogsal merged 1 commit intopython:3.10from
miss-islington:backport-35002aa-3.10
Jul 29, 2021
Merged

[3.10] bpo-32280: Store _PyRuntime in a named section (GH-4802)#27448
pablogsal merged 1 commit intopython:3.10from
miss-islington:backport-35002aa-3.10

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 29, 2021

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
(cherry picked from commit 35002aa)

Co-authored-by: Max Bélanger aeromax@gmail.com

https://bugs.python.org/issue32280

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>
(cherry picked from commit 35002aa)

Co-authored-by: Max Bélanger <aeromax@gmail.com>
@pablogsal pablogsal merged commit ebba286 into python:3.10 Jul 29, 2021
@bedevere-bot
Copy link

@pablogsal: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-35002aa-3.10 branch July 29, 2021 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants