Skip to content
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

Fails with Python3.13 freethreaded #49

Open
art049 opened this issue Oct 30, 2024 · 0 comments · Fixed by #48
Open

Fails with Python3.13 freethreaded #49

art049 opened this issue Oct 30, 2024 · 0 comments · Fixed by #48
Labels
bug Something isn't working Integrations - Python

Comments

@art049
Copy link
Member

art049 commented Oct 30, 2024

Using the malloc memory allocator with Python3.13 is not supported when the GIL is disabled, this raises the following error:

Fatal Python error: preconfig_init_allocator: PYTHONMALLOC: unknown allocator
Python runtime state: preinitializing

Source:
https://github.com/python/cpython/blob/1064141967a2d22c2ae9e22ae77e8c9616559947/Objects/obmalloc.c#L536-L542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Integrations - Python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant