@@ -3166,26 +3166,26 @@ msgid ""
31663166":c:func:`PyModule_AddObject` but don't steal a reference to the value on "
31673167"success. (Contributed by Victor Stinner in :issue:`1635741`.)"
31683168msgstr ""
3169- "增加了 :c:func:`PyModule_AddObjectRef` 函数:类似于 :c:func:`PyModule_AddObject` "
3170- "但在成功时不会偷取对值的引用。 (由 Victor Stinner 在 :issue:`1635741` 中贡献。 )"
3169+ "加入 :c:func:`PyModule_AddObjectRef` 函数:类似于 :c:func:`PyModule_AddObject` "
3170+ "但在成功后不会偷取参数对象的引用计数。 (由 Victor Stinner 贡献于 :issue:`1635741` )"
31713171
31723172#: ../../whatsnew/3.10.rst:1979
31733173msgid ""
31743174"Add :c:func:`Py_NewRef` and :c:func:`Py_XNewRef` functions to increment the "
31753175"reference count of an object and return the object. (Contributed by Victor "
31763176"Stinner in :issue:`42262`.)"
31773177msgstr ""
3178- "增加了 :c:func:`Py_NewRef` 和 :c:func:`Py_XNewRef` 函数用于累加指定对象的引用计数并返回该对象。 (由 "
3179- "Victor Stinner 在 :issue:`42262` 中贡献。 )"
3178+ "加入 :c:func:`Py_NewRef` 和 :c:func:`Py_XNewRef` 函数,用于递增指定对象的引用计数并返回该对象。 (由 "
3179+ "Victor Stinner 贡献于 :issue:`42262` )"
31803180
31813181#: ../../whatsnew/3.10.rst:1983
31823182msgid ""
31833183"The :c:func:`PyType_FromSpecWithBases` and "
31843184":c:func:`PyType_FromModuleAndSpec` functions now accept a single class as "
31853185"the *bases* argument. (Contributed by Serhiy Storchaka in :issue:`42423`.)"
31863186msgstr ""
3187- ":c:func:`PyType_FromSpecWithBases` 和 :c:func:`PyType_FromModuleAndSpec` "
3188- "函数现在接受单个类作为 *bases* 参数。 (由 Serhiy Storchaka 在 :issue:`42423` 中贡献。 )"
3187+ "现在, :c:func:`PyType_FromSpecWithBases` 和 :c:func:`PyType_FromModuleAndSpec` "
3188+ "函数可接受一个类作为 *bases* 参数。(由 Serhiy Storchaka 贡献于 :issue:`42423` )"
31893189
31903190#: ../../whatsnew/3.10.rst:1987
31913191msgid ""
0 commit comments