• Serhiy Storchaka's avatar
    bpo-25862: Fix several bugs in the _io module. (GH-8026) · fdb5a50e
    Serhiy Storchaka yazdı
    They can be exposed when some C API calls fail due to lack of
    memory.
    
    * Failed Py_BuildValue() could cause an assertion error in the
      following TextIOWrapper.tell().
    * input_chunk could be decrefed twice in TextIOWrapper.seek()
      after failed Py_BuildValue().
    * initvalue could leak in StringIO.__getstate__() after failed
      PyDict_Copy().
    fdb5a50e
Adı
Son kayıt (commit)
Son güncelleme
..
clinic Loading commit data...
_iomodule.c Loading commit data...
_iomodule.h Loading commit data...
bufferedio.c Loading commit data...
bytesio.c Loading commit data...
fileio.c Loading commit data...
iobase.c Loading commit data...
stringio.c Loading commit data...
textio.c Loading commit data...
winconsoleio.c Loading commit data...