mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
add space
This commit is contained in:
parent
85f928a5c9
commit
b7b7c77eb3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
|
|||
fd2obj[0].obj = (PyObject*)0; /* set list to zero size */
|
||||
FD_ZERO(set);
|
||||
|
||||
fast_seq=PySequence_Fast(seq, "arguments 1-3 must be sequences");
|
||||
fast_seq = PySequence_Fast(seq, "arguments 1-3 must be sequences");
|
||||
if (!fast_seq)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue