We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the malloc memory allocator with Python3.13 is not supported when the GIL is disabled, this raises the following error:
malloc
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using the
malloc
memory allocator with Python3.13 is not supported when the GIL is disabled, this raises the following error:Source:
https://github.com/python/cpython/blob/1064141967a2d22c2ae9e22ae77e8c9616559947/Objects/obmalloc.c#L536-L542
The text was updated successfully, but these errors were encountered: