mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
Merge 3.5
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ dev_urandom_noraise(unsigned char *buffer, Py_ssize_t size)
|
||||
break;
|
||||
}
|
||||
buffer += n;
|
||||
size -= (Py_ssize_t)n;
|
||||
size -= n;
|
||||
}
|
||||
close(fd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user