mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
81f7359f67
Replace "Py_DECREF(var); var = NULL;" with "Py_SETREF(var, NULL);".
Miscellaneous source files for the main Python shared library