mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Issue #28480: Merge multithreading fixes from 3.6
This commit is contained in:
commit
812f6e1f23
4 changed files with 8 additions and 2 deletions
|
@ -664,6 +664,7 @@ 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