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

Update PyObject_Del() documentation #122597

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 2, 2024

Replace PyMem_Del() with PyMem_Free().


📚 Documentation preview 📚: https://cpython-previews--122597.org.readthedocs.build/

Replace PyMem_Del() with PyMem_Free().
@vstinner
Copy link
Member Author

vstinner commented Aug 2, 2024

cc @lazka

@lazka
Copy link
Contributor

lazka commented Aug 2, 2024

lgtm

@vstinner vstinner merged commit addbb73 into python:main Aug 2, 2024
41 checks passed
@vstinner vstinner deleted the pyobject_free2 branch August 2, 2024 10:13
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request Aug 7, 2024
Replace PyMem_Del() with PyMem_Free().
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
Replace PyMem_Del() with PyMem_Free().
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.

2 participants