Skip to content

Investigate crashes if _Py_LOCAL_REGION != 0 #24

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

Open
xFrednet opened this issue Dec 13, 2024 · 0 comments
Open

Investigate crashes if _Py_LOCAL_REGION != 0 #24

xFrednet opened this issue Dec 13, 2024 · 0 comments

Comments

@xFrednet
Copy link
Collaborator

Redefining the local region to be anything besides 0 causes Python to crash on startup. This is likely due to some objects which are initialized in a weird way that doesn't set the region.

As a backup we probably want to keep the local region defined as 0 for these cases. But it would be good to still investigate these crashes and determine if there are some other ways objects are initialized that needs to set the region.

This can be vital for allocation methods that don't zero the memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant