Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a41a0 commit 8d7c4e8Copy full SHA for 8d7c4e8
1 file changed
glossary.po
@@ -1277,7 +1277,7 @@ msgid ""
1277
"thread removes *key* from *mapping* after the test, but before the lookup. "
1278
"This issue can be solved with locks or by using the EAFP approach."
1279
msgstr ""
1280
-"在多线程环境中,LBYL 方式会导致“查找”和“跳跃”之间发生条件竞争风险。例如,以下代码 ``if key in mapping: return "
+"在多线程环境中,LBYL 方式会导致“查看”和“跳跃”之间发生条件竞争风险。例如,以下代码 ``if key in mapping: return "
1281
"mapping[key]`` 可能由于在检查操作之后其他线程从 *mapping* 中移除了 *key* 而出错。这种问题可通过加锁或使用 EAFP "
1282
"方式来解决。"
1283
0 commit comments