diff options
author | Victor Stinner <vstinner@python.org> | 2022-11-22 12:04:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 12:04:19 (GMT) |
commit | 20d9749a0f9b9fa6946019f04a54b6287d16588e (patch) | |
tree | f1e586c82467e7a7dd7e94e24f694f5800c66229 /Python/hamt.c | |
parent | 1acdfec359fdf3db936168480be0f4157273c200 (diff) | |
download | cpython-20d9749a0f9b9fa6946019f04a54b6287d16588e.zip cpython-20d9749a0f9b9fa6946019f04a54b6287d16588e.tar.gz cpython-20d9749a0f9b9fa6946019f04a54b6287d16588e.tar.bz2 |
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);"
in longobject.c and _testcapi/long.c.
Diffstat (limited to 'Python/hamt.c')
0 files changed, 0 insertions, 0 deletions