• Victor Stinner's avatar
    bpo-30228: FileIO seek() and tell() set seekable (#1384) · 99970737
    Victor Stinner yazdı
    FileIO.seek() and FileIO.tell() method now set the internal seekable
    attribute to avoid one syscall on open() (in buffered or text mode).
    
    The seekable property is now also more reliable since its value is
    set correctly on memory allocation failure.
    99970737
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...