blob: 0b181f6084f1ac7baca9085e7fe90d9c27750e5e [file] [log] [blame]
Fixed crashes in IOBase methods __next__() and readlines() when readline()
or __next__() respectively return non-sizeable object. Fixed possible other
errors caused by not checking results of PyObject_Size(), PySequence_Size(),
or PyMapping_Size().