gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c by erlend-aasland · Pull Request #114690 · python/cpython · GitHub
Skip to content

gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c - #114690

Merged
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:nogil/pyobject-malloc-unicodeobject.c
Jan 29, 2024
Merged

gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c#114690
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:nogil/pyobject-malloc-unicodeobject.c

Conversation

@erlend-aasland

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

Copy link
Copy Markdown
Contributor

@colesbury colesbury left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@erlend-aasland
erlend-aasland merged commit 53d921e into python:main Jan 29, 2024
@erlend-aasland
erlend-aasland deleted the nogil/pyobject-malloc-unicodeobject.c branch January 29, 2024 20:48
@erlend-aasland

Copy link
Copy Markdown
Contributor Author

@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