py1991's recent timeline updates
py1991

py1991

V2EX member #202933, joined on 2016-11-25 14:34:41 +08:00
py1991's recent replies
@ysc3839 do {
Py_BEGIN_ALLOW_THREADS
ret = fcntl(fd, code, buf);
Py_END_ALLOW_THREADS
} while (ret == -1 && errno == EINTR && !(async_err = PyErr_CheckSignals()));

能否解释下,感觉只看懂了线程开始和结束,循环 fcntl 是否结束
@neoblackcap 惭愧,c 不会,看不懂=。=
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4654 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 09:41 · PVG 17:41 · LAX 02:41 · JFK 05:41
♥ Do have faith in what you're doing.