mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove a null statement that was necessary for --without-threads (#3478)
This commit is contained in:
parent
2bb69a5b4e
commit
834a5cecac
1 changed files with 0 additions and 1 deletions
|
@ -623,7 +623,6 @@ internal_setblocking(PySocketSockObject *s, int block)
|
|||
result = 0;
|
||||
|
||||
done:
|
||||
; /* necessary for --without-threads flag */
|
||||
Py_END_ALLOW_THREADS
|
||||
|
||||
if (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue