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

gh-114569: Use PyMem_* APIs for non-PyObjects in compiler #114587

Merged

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jan 26, 2024

@erlend-aasland erlend-aasland merged commit 8612230 into python:main Jan 29, 2024
32 checks passed
@erlend-aasland erlend-aasland deleted the nogil/pyobject-malloc-compiler branch January 29, 2024 23:04
@erlend-aasland
Copy link
Contributor Author

Thanks for the review!

@erlend-aasland erlend-aasland linked an issue Jan 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not allocate non-PyObjects with PyObject_Malloc()
2 participants