|
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: German (https://app.transifex.com/python-doc/teams/5390/de/)\n" |
14 | 14 | "MIME-Version: 1.0\n" |
@@ -515,14 +515,14 @@ msgid "" |
515 | 515 | msgstr "" |
516 | 516 |
|
517 | 517 | msgid "" |
518 | | -"3. Optionally, use the offset ``interpreter_state.threads_head`` to iterate " |
| 518 | +"Optionally, use the offset ``interpreter_state.threads_head`` to iterate " |
519 | 519 | "through the linked list of all thread states. Each ``PyThreadState`` " |
520 | 520 | "structure contains a ``native_thread_id`` field, which may be compared to a " |
521 | 521 | "target thread ID to find a specific thread." |
522 | 522 | msgstr "" |
523 | 523 |
|
524 | 524 | msgid "" |
525 | | -"1. Once a valid ``PyThreadState`` has been found, its address can be used in " |
| 525 | +"Once a valid ``PyThreadState`` has been found, its address can be used in " |
526 | 526 | "later steps of the protocol, such as writing debugger control fields and " |
527 | 527 | "scheduling execution." |
528 | 528 | msgstr "" |
@@ -613,25 +613,18 @@ msgid "" |
613 | 613 | msgstr "" |
614 | 614 |
|
615 | 615 | msgid "" |
616 | | -"``debugger_script_path``: A fixed-size buffer that holds the full path to a" |
617 | | -msgstr "" |
618 | | - |
619 | | -msgid "" |
| 616 | +"``debugger_script_path``: A fixed-size buffer that holds the full path to a " |
620 | 617 | "Python source file (``.py``). This file must be accessible and readable by " |
621 | 618 | "the target process when execution is triggered." |
622 | 619 | msgstr "" |
623 | 620 |
|
624 | 621 | msgid "" |
625 | | -"``debugger_pending_call``: An integer flag. Setting this to ``1`` tells the" |
626 | | -msgstr "" |
627 | | - |
628 | | -msgid "interpreter that a script is ready to be executed." |
629 | | -msgstr "" |
630 | | - |
631 | | -msgid "``eval_breaker``: A field checked by the interpreter during execution." |
| 622 | +"``debugger_pending_call``: An integer flag. Setting this to ``1`` tells the " |
| 623 | +"interpreter that a script is ready to be executed." |
632 | 624 | msgstr "" |
633 | 625 |
|
634 | 626 | msgid "" |
| 627 | +"``eval_breaker``: A field checked by the interpreter during execution. " |
635 | 628 | "Setting bit 5 (``_PY_EVAL_PLEASE_STOP_BIT``, value ``1U << 5``) in this " |
636 | 629 | "field causes the interpreter to pause and check for debugger activity." |
637 | 630 | msgstr "" |
|
0 commit comments