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

Commited689a8

Browse files
sync with cpython 69bb1c6c
1 parentb6c2eda commited689a8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎howto/gdb_helpers.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.13\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-09-12 00:04+0000\n"
10+
"POT-Creation-Date:2024-12-06 00:14+0000\n"
1111
"PO-Revision-Date:2024-05-11 14:42+0800\n"
1212
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -389,15 +389,19 @@ msgstr ""
389389
"$4 = 42"
390390

391391
#:../../howto/gdb_helpers.rst:183
392+
#,fuzzy
392393
msgid""
393394
"The internal structure can be revealed with a cast to :c:expr:`PyLongObject "
394-
"*`:"
395+
"*`::"
395396
msgstr"可以透過轉換 (cast) 為 :c:expr:`PyLongObject *` 來揭示內部結構:"
396397

397398
#:../../howto/gdb_helpers.rst:185
399+
#,fuzzy
398400
msgid""
399-
"(gdb) p *(PyLongObject*)some_python_integer $5 = {ob_base = {ob_base = "
400-
"{ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size = 1}, ob_digit = {42}}"
401+
"(gdb) p *(PyLongObject*)some_python_integer\n"
402+
"$5 = {ob_base = {ob_base = {ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size "
403+
"= 1},\n"
404+
"ob_digit = {42}}"
401405
msgstr""
402406
"(gdb) p *(PyLongObject*)some_python_integer $5 = {ob_base = {ob_base = "
403407
"{ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size = 1}, ob_digit = {42}}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp