File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.18 %" , "updated_at" : " 2024-03-19T01:36:24Z " }
1
+ {"translation" : " 92.19 %" , "updated_at" : " 2024-03-19T06:24:41Z " }
Original file line number Diff line number Diff line change @@ -470,12 +470,14 @@ msgid ""
470
470
" the new process can lead to all sorts of hard to find bugs, and potentially"
471
471
" to security issues."
472
472
msgstr ""
473
+ ":pep:`446` 将新创建的文件描述符设为 :ref:`不可继承的 <fd_inheritance>`。 "
474
+ "通常,这就是应用程序所需要的行为:当启动一个新进程时,让当前打开的文件也在新进程里打开可能导致各种难以查找的程序错误以及潜在的安全问题。"
473
475
474
476
#: ../../whatsnew/3.4.rst:270
475
477
msgid ""
476
478
"However, there are occasions when inheritance is desired. To support these "
477
479
"cases, the following new functions and methods are available:"
478
- msgstr ""
480
+ msgstr "不过,也存在一些需要继承行为的情况。 为了支持这些情况,可以使用以下的新增函数和方法: "
479
481
480
482
#: ../../whatsnew/3.4.rst:273
481
483
msgid ":func:`os.get_inheritable`, :func:`os.set_inheritable`"
@@ -501,7 +503,7 @@ msgstr "PEP 由 Victor Stinner 撰写并实现。"
501
503
502
504
#: ../../whatsnew/3.4.rst:286
503
505
msgid "Improvements to Codec Handling"
504
- msgstr ""
506
+ msgstr "编解码器处理方式的改进 "
505
507
506
508
#: ../../whatsnew/3.4.rst:288
507
509
msgid ""
You can’t perform that action at this time.
0 commit comments