diff options
author | oda-gitso <105083118+oda-gitso@users.noreply.github.com> | 2022-05-25 10:39:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:39:06 (GMT) |
commit | 9485a0dbddcee014821b41c960133632bb68b33c (patch) | |
tree | 3a44a93d8e9b24ef76a0c1e89225720d70e9455b /Misc | |
parent | 5695c0e0a25da58dfc1d22fc1cd68c2fda0a320d (diff) | |
download | cpython-9485a0dbddcee014821b41c960133632bb68b33c.zip cpython-9485a0dbddcee014821b41c960133632bb68b33c.tar.gz cpython-9485a0dbddcee014821b41c960133632bb68b33c.tar.bz2 |
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-05-24-14-35-48.gh-issue-93040.9X6Ofu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-24-14-35-48.gh-issue-93040.9X6Ofu.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-24-14-35-48.gh-issue-93040.9X6Ofu.rst new file mode 100644 index 0000000..b2e5274 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-24-14-35-48.gh-issue-93040.9X6Ofu.rst @@ -0,0 +1 @@ +Wraps unused parameters in ``Objects/obmalloc.c`` with ``Py_UNUSED``. |