Kaydet (Commit) 834a5cec authored tarafından Zackery Spytz's avatar Zackery Spytz Kaydeden (comit) Christian Heimes

Remove a null statement that was necessary for --without-threads (#3478)

üst 2bb69a5b
......@@ -623,7 +623,6 @@ internal_setblocking(PySocketSockObject *s, int block)
result = 0;
done:
; /* necessary for --without-threads flag */
Py_END_ALLOW_THREADS
if (result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment