Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit751dc70

Browse files
sync with cpython 6bbcd792
1 parent84eb0d5 commit751dc70

File tree

14 files changed

+728
-719
lines changed

14 files changed

+728
-719
lines changed

‎c-api/import.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-22 00:04+0000\n"
11+
"POT-Creation-Date:2023-07-27 00:03+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:06+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -153,8 +153,8 @@ msgstr ""
153153

154154
#:../../c-api/import.rst:140
155155
msgid""
156-
"The module's :attr:`__file__` attribute will be set to the code object's :c:"
157-
"member:`co_filename`. If applicable, :attr:`__cached__` will also be set."
156+
"The module's :attr:`__file__` attribute will be set to the code object's :"
157+
"attr:`co_filename`. If applicable, :attr:`__cached__` will also be set."
158158
msgstr""
159159

160160
#:../../c-api/import.rst:144

‎c-api/init_config.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-17 17:39+0800\n"
11+
"POT-Creation-Date:2023-07-27 00:03+0000\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -651,7 +651,7 @@ msgid ""
651651
"Moreover, if :c:func:`PyConfig_SetArgv` or :c:func:`PyConfig_SetBytesArgv` "
652652
"is used, this method must be called before other methods, since the "
653653
"preinitialization configuration depends on command line arguments (if :c:"
654-
"member:`parse_argv` is non-zero)."
654+
"member:`~PyConfig.parse_argv` is non-zero)."
655655
msgstr""
656656

657657
#:../../c-api/init_config.rst:527

‎c-api/module.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-24 00:03+0000\n"
11+
"POT-Creation-Date:2023-07-27 00:03+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:32+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -171,8 +171,8 @@ msgstr ""
171171
#:../../c-api/module.rst:165
172172
msgid""
173173
"This memory area is allocated based on *m_size* on module creation, and "
174-
"freed when the module object is deallocated, after the :c:member:`m_free`"
175-
"function has been called, if present."
174+
"freed when the module object is deallocated, after the :c:member:"
175+
"`~PyModuleDef.m_free`function has been called, if present."
176176
msgstr""
177177

178178
#:../../c-api/module.rst:169
@@ -224,9 +224,9 @@ msgid ""
224224
"This function is not called if the module state was requested but is not "
225225
"allocated yet. This is the case immediately after the module is created and "
226226
"before the module is executed (:c:data:`Py_mod_exec` function). More "
227-
"precisely, this function is not called if :c:member:`m_size` is greater than "
228-
"0 and the module state (as returned by :c:func:`PyModule_GetState`) is"
229-
"``NULL``."
227+
"precisely, this function is not called if :c:member:`~PyModuleDef.m_size` is "
228+
"greater than0 and the module state (as returned by :c:func:"
229+
"`PyModule_GetState`) is ``NULL``."
230230
msgstr""
231231

232232
#:../../c-api/module.rst:209../../c-api/module.rst:230

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp