cpython/Modules/_io
Serhiy Storchaka 1ed017ae92 Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Old code is correct, but with Py_SETREF and Py_CLEAR it can be cleaner.
This patch doesn't fix bugs and hence there is no need to backport it.
2015-12-27 15:51:32 +02:00
..
clinic
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. 2015-12-27 15:51:32 +02:00
fileio.c
iobase.c
stringio.c
textio.c