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

gh-99537: Use Py_SETREF() function in long C code by vstinner · Pull Request #99655 · python/cpython · GitHub

/ cpython Public

gh-99537: Use Py_SETREF() function in long C code - #99655

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:setref_long
Nov 22, 2022
Merged

gh-99537: Use Py_SETREF() function in long C code#99655
vstinner merged 1 commit into
python:mainfrom
vstinner:setref_long

Conversation

vstinner commented Nov 21, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);" in longobject.c and _testcapi/long.c.

Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);"
in longobject.c and _testcapi/long.c.
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