FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-87347: Fix test_pymem_new() reference leak by vstinner · Pull Request #94330 · python/cpython · GitHub

/ cpython Public

gh-87347: Fix test_pymem_new() reference leak - #94330

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:fix_test_pyobject_new
Jun 27, 2022
Merged

gh-87347: Fix test_pymem_new() reference leak#94330
vstinner merged 1 commit into
python:mainfrom
vstinner:fix_test_pyobject_new

Conversation

vstinner commented Jun 27, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Delete the allocated object with Py_DECREF() rather than
PyObject_Free().

Rename also test_pymem_new() to test_pyobject_new().

Delete the allocated object with Py_DECREF() rather than
PyObject_Free().

Rename also test_pymem_new() to test_pyobject_new().
vstinner marked this pull request as ready for review June 27, 2022 12:42
vstinner merged commit edb10ca into python:main Jun 27, 2022
vstinner deleted the fix_test_pyobject_new branch June 27, 2022 21:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL