Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d7c4e8

Browse files
committed
[po] auto sync bot
1 parent 48a41a0 commit 8d7c4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ msgid ""
12771277
"thread removes *key* from *mapping* after the test, but before the lookup. "
12781278
"This issue can be solved with locks or by using the EAFP approach."
12791279
msgstr ""
1280-
"在多线程环境中,LBYL 方式会导致“查找”和“跳跃”之间发生条件竞争风险。例如,以下代码 ``if key in mapping: return "
1280+
"在多线程环境中,LBYL 方式会导致“查看”和“跳跃”之间发生条件竞争风险。例如,以下代码 ``if key in mapping: return "
12811281
"mapping[key]`` 可能由于在检查操作之后其他线程从 *mapping* 中移除了 *key* 而出错。这种问题可通过加锁或使用 EAFP "
12821282
"方式来解决。"
12831283

0 commit comments

Comments
 (0)