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