Re: [pypy-dev] why logging in pypy not need acquire lock?

24 Dec
2013
24 Dec
'13
10:49 a.m.
ok
------------------ 原始邮件 ------------------ 发件人: "Armin Rigo" arigo@tunes.org; 发送时间: 2013年12月24日(星期二) 18:08 收件人: "KaShining" mail2shine@qq.com; 抄送: "pypy-dev" pypy-dev@python.org; 主题: Re: [pypy-dev] why logging in pypy not need acquire lock?
Hi KaShining,
On Tue, Dec 24, 2013 at 9:15 AM, KaShining mail2shine@qq.com wrote:
why logging in pypy not need acquire lock? left from pypy whle right from cpython
PyPy's stdlib is from CPython 2.7.3, where it doesn't acquire a lock either. It seems it was some bug that was discovered and fixed in a more recent 2.7.x. We'll get it too when we upgrade the CPython stdlib version in PyPy.
A bient��t,
Armin.
3560
Age (days ago)
3560
Last active (days ago)
0 comments
1 participants
参加者 (1)
-
KaShining