|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.14\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2025-09-08 14:49-0300\n" |
| 11 | +"POT-Creation-Date: 2025-09-11 14:18+0000\n" |
12 | 12 | "PO-Revision-Date: 2025-08-15 19:00+0000\n"
|
13 | 13 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
|
14 | 14 | "id/)\n"
|
@@ -516,14 +516,14 @@ msgid ""
|
516 | 516 | msgstr ""
|
517 | 517 |
|
518 | 518 | msgid ""
|
519 |
| -"3. Optionally, use the offset ``interpreter_state.threads_head`` to iterate " |
| 519 | +"Optionally, use the offset ``interpreter_state.threads_head`` to iterate " |
520 | 520 | "through the linked list of all thread states. Each ``PyThreadState`` "
|
521 | 521 | "structure contains a ``native_thread_id`` field, which may be compared to a "
|
522 | 522 | "target thread ID to find a specific thread."
|
523 | 523 | msgstr ""
|
524 | 524 |
|
525 | 525 | msgid ""
|
526 |
| -"1. Once a valid ``PyThreadState`` has been found, its address can be used in " |
| 526 | +"Once a valid ``PyThreadState`` has been found, its address can be used in " |
527 | 527 | "later steps of the protocol, such as writing debugger control fields and "
|
528 | 528 | "scheduling execution."
|
529 | 529 | msgstr ""
|
@@ -614,25 +614,18 @@ msgid ""
|
614 | 614 | msgstr ""
|
615 | 615 |
|
616 | 616 | msgid ""
|
617 |
| -"``debugger_script_path``: A fixed-size buffer that holds the full path to a" |
618 |
| -msgstr "" |
619 |
| - |
620 |
| -msgid "" |
| 617 | +"``debugger_script_path``: A fixed-size buffer that holds the full path to a " |
621 | 618 | "Python source file (``.py``). This file must be accessible and readable by "
|
622 | 619 | "the target process when execution is triggered."
|
623 | 620 | msgstr ""
|
624 | 621 |
|
625 | 622 | msgid ""
|
626 |
| -"``debugger_pending_call``: An integer flag. Setting this to ``1`` tells the" |
627 |
| -msgstr "" |
628 |
| - |
629 |
| -msgid "interpreter that a script is ready to be executed." |
630 |
| -msgstr "" |
631 |
| - |
632 |
| -msgid "``eval_breaker``: A field checked by the interpreter during execution." |
| 623 | +"``debugger_pending_call``: An integer flag. Setting this to ``1`` tells the " |
| 624 | +"interpreter that a script is ready to be executed." |
633 | 625 | msgstr ""
|
634 | 626 |
|
635 | 627 | msgid ""
|
| 628 | +"``eval_breaker``: A field checked by the interpreter during execution. " |
636 | 629 | "Setting bit 5 (``_PY_EVAL_PLEASE_STOP_BIT``, value ``1U << 5``) in this "
|
637 | 630 | "field causes the interpreter to pause and check for debugger activity."
|
638 | 631 | msgstr ""
|
|
0 commit comments