8000 [3.10] bpo-32280: Store _PyRuntime in a named section (GH-4802) by miss-islington · Pull Request #27448 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2021

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
0