This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
81f7359f67a7166d57a10a3d5366406d9c85f1de
cpython
/
Modules
/
_struct.c
Victor Stinner
81f7359f67
gh-99537: Use Py_SETREF(var, NULL) in C code (
#99687
)
...
Replace "Py_DECREF(var); var = NULL;" with "Py_SETREF(var, NULL);".
2022-11-23 14:57:50 +01:00
70 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink