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

Commite315dd5

Browse files
sync with cpython 33c1907d
1 parentf3e2fdf commite315dd5

File tree

5 files changed

+211
-107
lines changed

5 files changed

+211
-107
lines changed

‎c-api/memory.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-10-17 00:03+0000\n"
11+
"POT-Creation-Date:2024-01-22 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-"
@@ -329,16 +329,16 @@ msgstr ""
329329
#:../../c-api/memory.rst:269
330330
msgid""
331331
"Same as :c:func:`PyMem_Malloc`, but allocates ``(n * sizeof(TYPE))`` bytes "
332-
"of memory. Returns a pointer cast to:c:expr:`TYPE*`. The memory will not "
333-
"havebeen initialized in any way."
332+
"of memory. Returns a pointer cast to``TYPE*``. The memory will not have "
333+
"been initialized in any way."
334334
msgstr""
335335

336336
#:../../c-api/memory.rst:276
337337
msgid""
338338
"Same as :c:func:`PyMem_Realloc`, but the memory block is resized to ``(n * "
339-
"sizeof(TYPE))`` bytes. Returns a pointer cast to:c:expr:`TYPE*`. On "
340-
"return, *p*will be a pointer to the new memory area, or ``NULL`` in the "
341-
"event offailure."
339+
"sizeof(TYPE))`` bytes. Returns a pointer cast to``TYPE*``. On return, *p* "
340+
"will be a pointer to the new memory area, or ``NULL`` in the event of "
341+
"failure."
342342
msgstr""
343343

344344
#:../../c-api/memory.rst:281

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp