Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e782f commit 7aedf11Copy full SHA for 7aedf11
1 file changed
Modules/_fileio.c
@@ -60,7 +60,7 @@ static int
60
internal_close(PyFileIOObject *self)
61
{
62
int err = 0;
63
- int save_errno;
+ int save_errno = 0;
64
if (self->fd >= 0) {
65
int fd = self->fd;
66
self->fd = -1;
0 commit comments