This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
144de3152d
cpython
/
Modules
/
_io
History
Benjamin Peterson
a83050196d
properly decref the return value of close()
2014-07-04 17:00:25 -07:00
..
_iomodule.c
properly decref the return value of close()
2014-07-04 17:00:25 -07:00
_iomodule.h
…
bufferedio.c
…
bytesio.c
…
fileio.c
Issue
#21090
: io.FileIO.readall() does not ignore I/O errors anymore. Before,
2014-07-02 23:12:48 +02:00
iobase.c
…
stringio.c
…
textio.c
…