-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglossary.po
More file actions
4424 lines (3925 loc) · 188 KB
/
Copy pathglossary.po
File metadata and controls
4424 lines (3925 loc) · 188 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# python-doc bot, 2025
# Swen Bachmann, 2026
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
"PO-Revision-Date: 2026-08-30 00:02+0000\n"
"Last-Translator: Swen Bachmann <142266608+sba72@users.noreply.github.com>\n"
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../../glossary.rst:5
msgid "Glossary"
msgstr "Glossar"
#: ../../glossary.rst:10
msgid "``>>>``"
msgstr "``>>>``"
#: ../../glossary.rst:12
msgid ""
"The default Python prompt of the :term:`interactive` shell. Often seen for "
"code examples which can be executed interactively in the interpreter."
msgstr ""
"Die Standard-Python-Eingabeaufforderung der :term:`interaktiven "
"<interactive>` Shell. Wird häufig bei Code-Beispielen verwendet, die "
"interaktiv im Interpreter ausgeführt werden können."
#: ../../glossary.rst:15
msgid "``...``"
msgstr "``...``"
#: ../../glossary.rst:17
msgid "Can refer to:"
msgstr "Kann sich beziehen auf:"
#: ../../glossary.rst:19
msgid ""
"The default Python prompt of the :term:`interactive` shell when entering the "
"code for an indented code block, when within a pair of matching left and "
"right delimiters (parentheses, square brackets, curly braces or triple "
"quotes), or after specifying a decorator."
msgstr ""
"Die Standard-Python-Eingabeaufforderung der :term:`interactive`-Shell bei "
"der Eingabe von Code für einen eingerückten Codeblock, wenn dieser sich "
"innerhalb eines Paares übereinstimmender linker und rechter Begrenzer "
"(Klammern, eckige Klammern, geschweifte Klammern oder dreifache "
"Anführungszeichen) befindet, oder nach der Angabe eines Dekorators."
#: ../../glossary.rst:26
msgid ""
"The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object."
msgstr ""
"Die drei Punkte bilden das :ref:`Ellipsis- <bltin-ellipsis-object>` -Objekt."
#: ../../glossary.rst:27
msgid "abstract base class"
msgstr "Abstrakte Basisklasse"
#: ../../glossary.rst:29
msgid ""
"Abstract base classes complement :term:`duck-typing` by providing a way to "
"define interfaces when other techniques like :func:`hasattr` would be clumsy "
"or subtly wrong (for example with :ref:`magic methods <special-lookup>`). "
"ABCs introduce virtual subclasses, which are classes that don't inherit from "
"a class but are still recognized by :func:`isinstance` and :func:"
"`issubclass`; see the :mod:`abc` module documentation. Python comes with "
"many built-in ABCs for data structures (in the :mod:`collections.abc` "
"module), numbers (in the :mod:`numbers` module), streams (in the :mod:`io` "
"module), import finders and loaders (in the :mod:`importlib.abc` module). "
"You can create your own ABCs with the :mod:`abc` module."
msgstr ""
"Abstrakte Basisklassen (abstract base class / ABC) ergänzen :term:`Duck-"
"Typing <duck-typing>`, indem sie eine Möglichkeit bieten, Schnittstellen zu "
"definieren, wenn andere Techniken wie :func:`hasattr` umständlich oder in "
"subtiler Weise falsch wären (zum Beispiel bei :ref:`magischen Methoden "
"<special-lookup>`). ABCs führen virtuelle Unterklassen ein – das sind "
"Klassen, die nicht von einer Klasse erben, aber dennoch von :func:"
"`isinstance` und :func:`issubclass` erkannt werden; siehe die Dokumentation "
"zum Modul :mod:`abc`. Python enthält viele integrierte ABCs für "
"Datenstrukturen (im Modul :mod:`collections.abc` ), Zahlen (im Modul :mod:"
"`numbers` ), Streams (im Modul :mod:`io` ) sowie Import-Finder und Loader "
"(im Modul :mod:`importlib.abc` ). Mit dem Modul :mod:`abc` kannst du eigene "
"ABCs erstellen."
#: ../../glossary.rst:40
msgid "annotate function"
msgstr "Annotate-Funktion"
#: ../../glossary.rst:42
msgid ""
"A callable that can be called to retrieve the :term:`annotations "
"<annotation>` of an object. Annotate functions are usually :term:`functions "
"<function>`, automatically generated as the :attr:`~object.__annotate__` "
"attribute of functions, classes, and modules. Annotate functions are a "
"subset of :term:`evaluate functions <evaluate function>`."
msgstr ""
"Eine Callable-Funktion, die aufgerufen werden kann, um die :term:"
"`Annotationen <annotation>` eines Objekts abzurufen. Annotate-Funktionen "
"sind in der Regel :term:`Funktionen <function>`, die automatisch als "
"Attribut :attr:`~object.__annotate__` von Funktionen, Klassen und Modulen "
"generiert werden. Annotate-Funktionen sind eine Teilmenge der :term:"
"`Evaluate-Funktionen <evaluate function>`."
#: ../../glossary.rst:47
msgid "annotation"
msgstr "Anmerkung"
#: ../../glossary.rst:49
msgid ""
"A label associated with a variable, a class attribute or a function "
"parameter or return value, used by convention as a :term:`type hint`."
msgstr ""
"Eine Bezeichnung, die einer Variablen, einem Klassenattribut oder einem "
"Funktionsparameter bzw. Rückgabewert zugeordnet ist und üblicherweise als :"
"term:`Typhinweis <type hint>` verwendet wird."
#: ../../glossary.rst:53
msgid ""
"Annotations of local variables cannot be accessed at runtime, but "
"annotations of global variables, class attributes, and functions can be "
"retrieved by calling :func:`annotationlib.get_annotations` on modules, "
"classes, and functions, respectively."
msgstr ""
"Auf Annotationen lokaler Variablen kann zur Laufzeit nicht zugegriffen "
"werden, doch Annotationen globaler Variablen, Klassenattribute und "
"Funktionen lassen sich durch Aufruf von :func:`annotationlib."
"get_annotations` für Module, Klassen bzw. Funktionen abrufen."
#: ../../glossary.rst:58
msgid ""
"See :term:`variable annotation`, :term:`function annotation`, :pep:`484`, :"
"pep:`526`, and :pep:`649`, which describe this functionality. Also see :ref:"
"`annotations-howto` for best practices on working with annotations."
msgstr ""
"Siehe :term:`Variablen-Annotation <variable annotation>`, :term:`Funktions-"
"Annotation <function annotation>`, :pep:`484`, :pep:`526` und :pep:`649`, wo "
"diese Funktionalität beschrieben wird. Siehe außerdem :ref:`annotations-"
"howto` für bewährte Vorgehensweisen beim Umgang mit Annotationen."
#: ../../glossary.rst:62
msgid "argument"
msgstr "Argument"
#: ../../glossary.rst:64
msgid ""
"A value passed to a :term:`function` (or :term:`method`) when calling the "
"function. There are two kinds of argument:"
msgstr ""
"Ein Wert, der beim Aufruf einer :term:`Funktion <function>` (oder :term:"
"`Methode <method>`) an diese übergeben wird. Es gibt zwei Arten von "
"Argumenten:"
#: ../../glossary.rst:67
msgid ""
":dfn:`keyword argument`: an argument preceded by an identifier (e.g. "
"``name=``) in a function call or passed as a value in a dictionary preceded "
"by ``**``. For example, ``3`` and ``5`` are both keyword arguments in the "
"following calls to :func:`complex`::"
msgstr ""
":dfn:`Schlüsselwortargument <keyword argument>`: Ein Argument, dem in einem "
"Funktionsaufruf ein Bezeichner vorangestellt ist (z. B. ``name=``) oder das "
"in einem Wörterbuch als Wert übergeben wird, dem ``**`` vorangestellt ist. "
"Beispielsweise sind sowohl ``3`` als auch ``5`` Schlüsselwortargumente in "
"den folgenden Aufrufen von :func:`complex` ::"
#: ../../glossary.rst:72
msgid ""
"complex(real=3, imag=5)\n"
"complex(**{'real': 3, 'imag': 5})"
msgstr ""
"complex(real=3, imag=5)\n"
"complex(**{'real': 3, 'imag': 5})"
#: ../../glossary.rst:75
msgid ""
":dfn:`positional argument`: an argument that is not a keyword argument. "
"Positional arguments can appear at the beginning of an argument list and/or "
"be passed as elements of an :term:`iterable` preceded by ``*``. For example, "
"``3`` and ``5`` are both positional arguments in the following calls::"
msgstr ""
":dfn:`Positionsargument <positional argument>`: Ein Argument, das kein "
"Schlüsselwortargument ist. Positionsargumente können am Anfang einer "
"Argumentliste stehen und/oder als Elemente eines :term:`iterable` übergeben "
"werden, dem ``*`` vorangestellt ist. Beispielsweise sind sowohl ``3`` als "
"auch ``5`` Positionsargumente in den folgenden Aufrufen::"
#: ../../glossary.rst:81
msgid ""
"complex(3, 5)\n"
"complex(*(3, 5))"
msgstr ""
"complex(3, 5)\n"
"complex(*(3, 5))"
#: ../../glossary.rst:84
msgid ""
"Arguments are assigned to the named local variables in a function body. See "
"the :ref:`calls` section for the rules governing this assignment. "
"Syntactically, any expression can be used to represent an argument; the "
"evaluated value is assigned to the local variable."
msgstr ""
"Argumente werden im Funktionskörper den benannten lokalen Variablen "
"zugewiesen. Die Regeln für diese Zuweisung findest du im Abschnitt :ref:"
"`calls` . Syntaktisch kann jeder Ausdruck zur Darstellung eines Arguments "
"verwendet werden. Der ausgewertete Wert wird der lokalen Variablen "
"zugewiesen."
#: ../../glossary.rst:89
msgid ""
"See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the "
"difference between arguments and parameters <faq-argument-vs-parameter>`, "
"and :pep:`362`."
msgstr ""
"Siehe auch den Glossareintrag zu :term:`parameter`, die FAQ-Frage zum :ref:"
"`Unterschied zwischen Argumenten und Parametern <faq-argument-vs-parameter>` "
"sowie :pep:`362`."
#: ../../glossary.rst:92
msgid "asynchronous context manager"
msgstr "asynchroner Kontextmanager"
#: ../../glossary.rst:94
msgid ""
"An object which controls the environment seen in an :keyword:`async with` "
"statement by defining :meth:`~object.__aenter__` and :meth:`~object."
"__aexit__` methods. Introduced by :pep:`492`."
msgstr ""
"Ein Objekt, das die in einer :keyword:`async with`-Anweisung angezeigte "
"Umgebung steuert, indem es die Methoden :meth:`~object.__aenter__` und :"
"meth:`~object.__aexit__` definiert. Eingeführt durch :pep:`492`."
#: ../../glossary.rst:97
msgid "asynchronous generator"
msgstr "asynchroner Generator"
#: ../../glossary.rst:99
msgid ""
"Informally used to mean either an :term:`asynchronous generator function` or "
"an :term:`asynchronous generator iterator`, depending on context. The "
"formal terms :term:`asynchronous generator function` and :term:`asynchronous "
"generator iterator` are uncommon in practice; \"asynchronous generator\" "
"alone is almost always sufficient."
msgstr ""
"Wird umgangssprachlich je nach Kontext entweder für eine :term:`asynchrone "
"Generatorfunktion <asynchronous generator function>` oder einen :term:"
"`asynchronen Generator-Iterator <asynchronous generator iterator>` "
"verwendet. Die formalen Begriffe :term:`asynchrone Generatorfunktion "
"<asynchronous generator function>` und :term:`asynchroner Generator-Iterator "
"<asynchronous generator iterator>` sind in der Praxis selten; \"asynchroner "
"Generator\" allein reicht fast immer aus."
#: ../../glossary.rst:104
msgid "asynchronous generator function"
msgstr "asynchrone Generatorfunktion"
#: ../../glossary.rst:106
msgid ""
"A function which returns an :term:`asynchronous generator iterator`. It "
"looks like a coroutine function defined with :keyword:`async def` except "
"that it contains :keyword:`yield` expressions for producing a series of "
"values usable in an :keyword:`async for` loop. See :pep:`525`."
msgstr ""
"Eine Funktion, die einen :term:`asynchronen Generator-Iterator <asynchronous "
"generator iterator>` zurückgibt. Sie ähnelt einer mit :keyword:`async def` "
"definierten Coroutine-Funktion, enthält jedoch Ausdrücke vom Typ :keyword:"
"`yield`, um eine Reihe von Werten zu erzeugen, die in einer :keyword:`async "
"for`-Schleife verwendet werden können. Siehe :pep:`525`."
#: ../../glossary.rst:111
msgid ""
"An asynchronous generator function may contain :keyword:`await` expressions "
"as well as :keyword:`async for`, and :keyword:`async with` statements."
msgstr ""
"Eine asynchrone Generatorfunktion kann sowohl :keyword:`await` -Ausdrücke "
"als auch :keyword:`async for`- und :keyword:`async with`-Anweisungen "
"enthalten."
#: ../../glossary.rst:114
msgid "asynchronous generator iterator"
msgstr "asynchrone Generator-Iterator"
#: ../../glossary.rst:116
msgid "An object created by an :term:`asynchronous generator function`."
msgstr ""
"Ein Objekt, das von einer :term:`asynchronen Generatorfunktion <asynchronous "
"generator function>` erstellt wurde."
#: ../../glossary.rst:118
msgid ""
"This is an :term:`asynchronous iterator` which when called using the :meth:"
"`~object.__anext__` method returns an awaitable object which will execute "
"the body of the asynchronous generator function until the next :keyword:"
"`yield` expression."
msgstr ""
"Dies ist ein :term:`asynchroner Iterator <asynchronous iterator>`, der beim "
"Aufruf mit der Methode :meth:`~object.__anext__` ein awaitable-Objekt "
"zurückgibt, das den Körper der asynchronen Generatorfunktion bis zum "
"nächsten :keyword:`yield` -Ausdruck ausführt."
#: ../../glossary.rst:123
msgid ""
"Each :keyword:`yield` temporarily suspends processing, remembering the "
"execution state (including local variables and pending try-statements). "
"When the *asynchronous generator iterator* effectively resumes with another "
"awaitable returned by :meth:`~object.__anext__`, it picks up where it left "
"off. See :pep:`492` and :pep:`525`."
msgstr ""
"Jeder :keyword:`yield` unterbricht die Verarbeitung vorübergehend und "
"speichert dabei den Ausführungsstatus (einschließlich lokaler Variablen und "
"ausstehender \"try\"-Anweisungen). Wenn der *asynchrone Generator-Iterator* "
"mit einem anderen von :meth:`~object.__anext__` zurückgegebenen "
"\"awaitable\" effektiv fortgesetzt wird, setzt er die Ausführung an der "
"Stelle fort, an der er unterbrochen wurde. Siehe :pep:`492` und :pep:`525`."
#: ../../glossary.rst:128
msgid "asynchronous iterable"
msgstr "asynchrones Iterabel"
#: ../../glossary.rst:130
msgid ""
"An object, that can be used in an :keyword:`async for` statement. Must "
"return an :term:`asynchronous iterator` from its :meth:`~object.__aiter__` "
"method. Introduced by :pep:`492`."
msgstr ""
"Ein Objekt, das in einer :keyword:`async for`-Anweisung verwendet werden "
"kann. Es muss über seine Methode :meth:`~object.__aiter__` einen :term:"
"`asynchronen Iterator <asynchronous iterator>` zurückgeben. Eingeführt "
"durch :pep:`492`."
#: ../../glossary.rst:133
msgid "asynchronous iterator"
msgstr "asynchroner Iterator"
#: ../../glossary.rst:135
msgid ""
"An object that implements the :meth:`~object.__aiter__` and :meth:`~object."
"__anext__` methods. :meth:`~object.__anext__` must return an :term:"
"`awaitable` object. :keyword:`async for` resolves the awaitables returned by "
"an asynchronous iterator's :meth:`~object.__anext__` method until it raises "
"a :exc:`StopAsyncIteration` exception. Introduced by :pep:`492`."
msgstr ""
"Ein Objekt, das die Methoden :meth:`~object.__aiter__` und :meth:`~object."
"__anext__` implementiert. :meth:`~object.__anext__` muss ein :term:"
"`awaitable`-Objekt zurückgeben. :keyword:`async for` verarbeitet die von der "
"Methode :meth:`~object.__anext__` eines asynchronen Iterators "
"zurückgegebenen `awaitables`, bis eine Ausnahme vom Typ :exc:"
"`StopAsyncIteration` ausgelöst wird. Eingeführt durch :pep:`492`."
#: ../../glossary.rst:140
msgid "atomic operation"
msgstr "atomare Operation"
#: ../../glossary.rst:142
msgid ""
"An operation that appears to execute as a single, indivisible step: no other "
"thread can observe it half-done, and its effects become visible all at "
"once. Python does not guarantee that high-level statements are atomic (for "
"example, ``x += 1`` performs multiple bytecode operations and is not "
"atomic). Atomicity is only guaranteed where explicitly documented. See "
"also :term:`race condition` and :term:`data race`."
msgstr ""
"Eine Operation, die scheinbar als ein einziger, unteilbarer Schritt "
"ausgeführt wird: Kein anderer Thread kann sie in einem unvollendeten Zustand "
"beobachten, und ihre Auswirkungen werden auf einmal sichtbar. Python "
"garantiert nicht, dass Anweisungen auf hoher Ebene atomar sind "
"(beispielsweise führt ``x += 1`` mehrere Bytecode-Operationen aus und ist "
"nicht atomar). Atomarität wird nur dort garantiert, wo dies ausdrücklich "
"dokumentiert ist. Siehe auch :term:`Race Condition <race condition>` und :"
"term:`Data Race <data race>`."
#: ../../glossary.rst:148
msgid "attached thread state"
msgstr "Zustand des angehängten Threads"
#: ../../glossary.rst:151
msgid "A :term:`thread state` that is active for the current OS thread."
msgstr ""
"Ein :term:`Thread-Status <thread state>`, der für den aktuellen "
"Betriebssystem-Thread aktiv ist."
#: ../../glossary.rst:153
msgid ""
"When a :term:`thread state` is attached, the OS thread has access to the "
"full Python C API and can safely invoke the bytecode interpreter."
msgstr ""
"Wenn ein :term:`Thread-Status <thread state>` zugeordnet ist, hat der "
"Betriebssystem-Thread Zugriff auf die vollständige Python-C-API und kann den "
"Bytecode-Interpreter sicher aufrufen."
#: ../../glossary.rst:157
msgid ""
"Unless a function explicitly notes otherwise, attempting to call the C API "
"without an attached thread state will result in a fatal error or undefined "
"behavior. A thread state can be attached and detached explicitly by the "
"user through the C API, or implicitly by the runtime, including during "
"blocking C calls and by the bytecode interpreter in between calls."
msgstr ""
"Sofern in einer Funktion nicht ausdrücklich anders angegeben, führt der "
"Versuch, die C-API ohne angehängten Thread-Status aufzurufen, zu einem "
"schwerwiegenden Fehler oder zu undefiniertem Verhalten. Ein Thread-Status "
"kann vom Benutzer explizit über die C-API angehängt und entfernt werden oder "
"implizit von der Laufzeitumgebung, unter anderem während blockierender C-"
"Aufrufe und durch den Bytecode-Interpreter zwischen den Aufrufen."
#: ../../glossary.rst:164
msgid ""
"On most builds of Python, having an attached thread state implies that the "
"caller holds the :term:`GIL` for the current interpreter, so only one OS "
"thread can have an attached thread state at a given moment. In :term:`free-"
"threaded builds <free-threaded build>` of Python, threads can concurrently "
"hold an attached thread state, allowing for true parallelism of the bytecode "
"interpreter."
msgstr ""
"Bei den meisten Python-Builds bedeutet ein zugeordneter Thread-Zustand, dass "
"der Aufrufer den :term:`GIL` für den aktuellen Interpreter hält, sodass zu "
"einem bestimmten Zeitpunkt nur ein Betriebssystem-Thread einen zugeordneten "
"Thread-Zustand haben kann. In :term:`free-threaded-Versionen <free-threaded "
"build>` von Python können mehrere Threads gleichzeitig einen angehängten "
"Thread-Status halten, was eine echte Parallelität des Bytecode-Interpreters "
"ermöglicht."
#: ../../glossary.rst:170
msgid "attribute"
msgstr "Attribut"
#: ../../glossary.rst:172
msgid ""
"A value associated with an object which is usually referenced by name using "
"dotted expressions. For example, if an object *o* has an attribute *a* it "
"would be referenced as *o.a*."
msgstr ""
"Ein Wert, der einem Objekt zugeordnet ist und auf den in der Regel mithilfe "
"von Punktnotation unter Angabe des Namens verwiesen wird. Wenn "
"beispielsweise ein Objekt *o* ein Attribut *a* hat, würde darauf als *o.a* "
"verwiesen werden."
#: ../../glossary.rst:177
msgid ""
"It is possible to give an object an attribute whose name is not an "
"identifier as defined by :ref:`identifiers`, for example using :func:"
"`setattr`, if the object allows it. Such an attribute will not be accessible "
"using a dotted expression, and would instead need to be retrieved with :func:"
"`getattr`."
msgstr ""
"Es ist möglich, einem Objekt ein Attribut zuzuweisen, dessen Name kein "
"Bezeichner im Sinne von :ref:`identifiers` ist, beispielsweise mithilfe von :"
"func:`setattr`, sofern das Objekt dies zulässt. Auf ein solches Attribut "
"kann nicht über einen Punktausdruck zugegriffen werden; stattdessen muss es "
"mit :func:`getattr` abgerufen werden."
#: ../../glossary.rst:182
msgid "awaitable"
msgstr "abwartbar"
#: ../../glossary.rst:184
msgid ""
"An object that can be used in an :keyword:`await` expression. Can be a :"
"term:`coroutine` or an object with an :meth:`~object.__await__` method. See "
"also :pep:`492`."
msgstr ""
"Ein Objekt, das in einem Ausdruck vom Typ :keyword:`await` verwendet "
"werden kann. Kann eine :term:`coroutine` oder ein Objekt mit einer Methode "
"vom Typ :meth:`~object.__await__` sein. Siehe auch :pep:`492`."
#: ../../glossary.rst:187
msgid "BDFL"
msgstr "BDFL"
#: ../../glossary.rst:189
msgid ""
"Benevolent Dictator For Life, a.k.a. `Guido van Rossum <https://gvanrossum."
"github.io/>`_, Python's creator."
msgstr ""
"Wohltätiger Diktator auf Lebenszeit, auch bekannt als `Guido van Rossum "
"<https://gvanrossum.github.io/>`_ , der Schöpfer von Python."
#: ../../glossary.rst:191
msgid "binary file"
msgstr "Binärdatei"
#: ../../glossary.rst:193
msgid ""
"A :term:`file object` able to read and write :term:`bytes-like objects "
"<bytes-like object>`. Examples of binary files are files opened in binary "
"mode (``'rb'``, ``'wb'`` or ``'rb+'``), :data:`sys.stdin.buffer <sys."
"stdin>`, :data:`sys.stdout.buffer <sys.stdout>`, and instances of :class:`io."
"BytesIO` and :class:`gzip.GzipFile`."
msgstr ""
"Ein :term:`Dateiobjekt <file object>`, das :term:`byteähnliche Objekte "
"<bytes-like object>` lesen und schreiben kann. Beispiele für Binärdateien "
"sind Dateien, die im Binärmodus geöffnet wurden (``'rb'``, ``'wb'`` oder "
"``'rb+'``), :data:`sys.stdin.buffer <sys.stdin>`, :data:`sys.stdout.buffer "
"<sys.stdout>` sowie Instanzen von :class:`io.BytesIO` und :class:`gzip."
"GzipFile`."
#: ../../glossary.rst:200
msgid ""
"See also :term:`text file` for a file object able to read and write :class:"
"`str` objects."
msgstr ""
"Siehe auch :term:`Textdatei <text file>` für ein Dateiobjekt, das Objekte "
"vom Typ :class:`str` lesen und schreiben kann."
#: ../../glossary.rst:202
msgid "borrowed reference"
msgstr "entlehnte Referenz"
#: ../../glossary.rst:204
msgid ""
"In Python's C API, a borrowed reference is a reference to an object, where "
"the code using the object does not own the reference. It becomes a dangling "
"pointer if the object is destroyed. For example, a garbage collection can "
"remove the last :term:`strong reference` to the object and so destroy it."
msgstr ""
"In der C-API von Python ist eine ausgeliehene Referenz eine Referenz auf ein "
"Objekt, wobei der Code, der das Objekt verwendet, nicht Eigentümer der "
"Referenz ist. Sie wird zu einem dangling pointer, wenn das Objekt zerstört "
"wird. Beispielsweise kann eine Garbage Collection die letzte :term:`starke "
"Referenz <strong reference>` auf das Objekt entfernen und es so zerstören."
#: ../../glossary.rst:210
msgid ""
"Calling :c:func:`Py_INCREF` on the :term:`borrowed reference` is recommended "
"to convert it to a :term:`strong reference` in-place, except when the object "
"cannot be destroyed before the last usage of the borrowed reference. The :c:"
"func:`Py_NewRef` function can be used to create a new :term:`strong "
"reference`."
msgstr ""
"Es wird empfohlen, die Funktion :c:func:`Py_INCREF` auf die :term:"
"`geliehene Referenz <borrowed reference>` anzuwenden, um diese an Ort und "
"Stelle in eine :term:`starke Referenz <strong reference>` umzuwandeln – es "
"sei denn, das Objekt kann nicht vor der letzten Verwendung der geliehenen "
"Referenz zerstört werden. Mit der Funktion :c:func:`Py_NewRef` kann eine "
"neue :term:`starke Referenz <strong reference>` erstellt werden."
#: ../../glossary.rst:215
msgid "bytes-like object"
msgstr "Byte-ähnliches Objekt"
#: ../../glossary.rst:217
msgid ""
"An object that supports the :ref:`bufferobjects` and can export a C-:term:"
"`contiguous` buffer. This includes all :class:`bytes`, :class:`bytearray`, "
"and :class:`array.array` objects, as well as many common :class:`memoryview` "
"objects. Bytes-like objects can be used for various operations that work "
"with binary data; these include compression, saving to a binary file, and "
"sending over a socket."
msgstr ""
"Ein Objekt, das die Schnittstelle :ref:`bufferobjects` unterstützt und "
"einen C-:term:`contiguous`-Puffer exportieren kann. Dazu gehören alle "
"Objekte vom Typ :class:`bytes` , :class:`bytearray` und :class:`array."
"array` sowie viele gängige Objekte vom Typ :class:`memoryview` . Bytes-"
"ähnliche Objekte können für verschiedene Operationen verwendet werden, die "
"mit Binärdaten arbeiten; dazu gehören Komprimierung, das Speichern in einer "
"Binärdatei und das Senden über einen Socket."
#: ../../glossary.rst:224
msgid ""
"Some operations need the binary data to be mutable. The documentation often "
"refers to these as \"read-write bytes-like objects\". Example mutable "
"buffer objects include :class:`bytearray` and a :class:`memoryview` of a :"
"class:`bytearray`. Other operations require the binary data to be stored in "
"immutable objects (\"read-only bytes-like objects\"); examples of these "
"include :class:`bytes` and a :class:`memoryview` of a :class:`bytes` object."
msgstr ""
"Bei einigen Operationen müssen die Binärdaten veränderbar sein. In der "
"Dokumentation werden diese häufig als \"les- und schreibbare byteähnliche "
"Objekte\" bezeichnet. Beispiele für veränderbare Pufferobjekte sind :class:"
"`bytearray` und ein :class:`memoryview` eines :class:`bytearray` -"
"Objekts. Andere Operationen erfordern, dass die Binärdaten in "
"unveränderbaren Objekten (read-only bytes-like objects) gespeichert werden; "
"Beispiele hierfür sind :class:`bytes` und ein :class:`memoryview` "
"eines :class:`bytes` -Objekts."
#: ../../glossary.rst:232
msgid "bytecode"
msgstr "Bytecode"
#: ../../glossary.rst:234
msgid ""
"Python source code is compiled into bytecode, the internal representation of "
"a Python program in the CPython interpreter. The bytecode is also cached in "
"``.pyc`` files so that executing the same file is faster the second time "
"(recompilation from source to bytecode can be avoided). This \"intermediate "
"language\" is said to run on a :term:`virtual machine` that executes the "
"machine code corresponding to each bytecode. Do note that bytecodes are not "
"expected to work between different Python virtual machines, nor to be stable "
"between Python releases."
msgstr ""
"Python-Quellcode wird zu Bytecode kompiliert, der internen Darstellung eines "
"Python-Programms im CPython-Interpreter. Der Bytecode wird zudem in ``."
"pyc`` -Dateien zwischengespeichert, sodass die Ausführung derselben Datei "
"beim zweiten Mal schneller erfolgt (eine Neukompilierung vom Quellcode zum "
"Bytecode kann vermieden werden). Diese \"Zwischensprache\" läuft auf einer :"
"term:`virtuellen Maschine <virtual machine>`, die den jedem Bytecode "
"entsprechenden Maschinencode ausführt. Beachte jedoch, dass Bytecodes nicht "
"unbedingt zwischen verschiedenen virtuellen Python-Maschinen funktionieren "
"und auch nicht über Python-Versionen hinweg stabil sind."
#: ../../glossary.rst:244
msgid ""
"A list of bytecode instructions can be found in the documentation for :ref:"
"`the dis module <bytecodes>`."
msgstr ""
"Eine Liste der Bytecode-Befehle findest du in der Dokumentation zum :ref:"
"`dis-Modul <bytecodes>`."
#: ../../glossary.rst:246
msgid "callable"
msgstr "abrufbar"
#: ../../glossary.rst:248
msgid ""
"A callable is an object that can be called, possibly with a set of arguments "
"(see :term:`argument`), with the following syntax::"
msgstr ""
"Ein Callable ist ein Objekt, das aufgerufen werden kann, gegebenenfalls mit "
"einer Reihe von Argumenten (siehe :term:`argument`), und zwar mit folgender "
"Syntax::"
#: ../../glossary.rst:251
msgid "callable(argument1, argument2, argumentN)"
msgstr "callable(argument1, argument2, argumentN)"
#: ../../glossary.rst:253
msgid ""
"A :term:`function`, and by extension a :term:`method`, is a callable. An "
"instance of a class that implements the :meth:`~object.__call__` method is "
"also a callable."
msgstr ""
"Eine :term:`Funktion <function>` und im weiteren Sinne auch eine :term:"
"`Methode <method>` ist ein aufrufbares Objekt. Eine Instanz einer Klasse, "
"die die Methode :meth:`~object.__call__` implementiert, ist ebenfalls ein "
"aufrufbares Objekt."
#: ../../glossary.rst:256
msgid "callback"
msgstr "Callback"
#: ../../glossary.rst:258
msgid ""
"A subroutine function which is passed as an argument to be executed at some "
"point in the future."
msgstr ""
"Eine Unterprogrammfunktion, die als Argument übergeben wird, um zu einem "
"späteren Zeitpunkt ausgeführt zu werden."
#: ../../glossary.rst:260
msgid "class"
msgstr "Klasse"
#: ../../glossary.rst:262
msgid ""
"A template for creating user-defined objects. Class definitions normally "
"contain method definitions which operate on instances of the class."
msgstr ""
"Eine Vorlage zum Erstellen benutzerdefinierter Objekte. Klassendefinitionen "
"enthalten in der Regel Methodendefinitionen, die auf Instanzen der Klasse "
"angewendet werden."
#: ../../glossary.rst:265
msgid "class variable"
msgstr "Klassenvariable"
#: ../../glossary.rst:267
msgid ""
"A variable defined in a class and intended to be modified only at class "
"level (i.e., not in an instance of the class)."
msgstr ""
"Eine Variable, die in einer Klasse definiert ist und nur auf Klassenebene "
"(d. h. nicht in einer Instanz der Klasse) geändert werden soll."
#: ../../glossary.rst:269
msgid "closure variable"
msgstr "Closure-Variable"
#: ../../glossary.rst:271
msgid ""
"A :term:`free variable` referenced from a :term:`nested scope` that is "
"defined in an outer scope rather than being resolved at runtime from the "
"globals or builtin namespaces. May be explicitly defined with the :keyword:"
"`nonlocal` keyword to allow write access, or implicitly defined if the "
"variable is only being read."
msgstr ""
"Eine :term:`freie Variable <free variable>`, auf die aus einem :term:"
"`verschachtelten Gültigkeitsbereich <nested scope>` verwiesen wird und die "
"in einem äußeren Gültigkeitsbereich definiert ist, anstatt zur Laufzeit aus "
"den globalen oder eingebauten Namensräumen aufgelöst zu werden. Sie kann "
"explizit mit dem Schlüsselwort :keyword:`nonlocal` definiert werden, um "
"Schreibzugriff zu ermöglichen, oder implizit, wenn die Variable nur gelesen "
"wird."
#: ../../glossary.rst:276
msgid ""
"For example, in the ``inner`` function in the following code, both ``x`` and "
"``print`` are :term:`free variables <free variable>`, but only ``x`` is a "
"*closure variable*::"
msgstr ""
"Beispielsweise sind in der Funktion ``inner`` im folgenden Code sowohl "
"``x`` als auch ``print`` :term:`freie Variablen <free variable>`, aber nur "
"``x`` ist eine *Closure-Variable*::"
#: ../../glossary.rst:279
msgid ""
"def outer():\n"
" x = 0\n"
" def inner():\n"
" nonlocal x\n"
" x += 1\n"
" print(x)\n"
" return inner"
msgstr ""
"def outer():\n"
" x = 0\n"
" def inner():\n"
" nonlocal x\n"
" x += 1\n"
" print(x)\n"
" return inner"
#: ../../glossary.rst:287
msgid ""
"Due to the :attr:`codeobject.co_freevars` attribute (which, despite its "
"name, only includes the names of closure variables rather than listing all "
"referenced free variables), the more general :term:`free variable` term is "
"sometimes used even when the intended meaning is to refer specifically to "
"closure variables."
msgstr ""
"Aufgrund des Attributs :attr:`codeobject.co_freevars` (das trotz seines "
"Namens lediglich die Namen von Closure-Variablen enthält, anstatt alle "
"referenzierten freien Variablen aufzulisten) wird der allgemeinere Begriff :"
"term:`freie Variable <free variable>` manchmal verwendet, selbst wenn "
"eigentlich speziell auf Closure-Variablen Bezug genommen werden soll."
#: ../../glossary.rst:291
msgid "complex number"
msgstr "komplexe Zahl"
#: ../../glossary.rst:293
msgid ""
"An extension of the familiar real number system in which all numbers are "
"expressed as a sum of a real part and an imaginary part. Imaginary numbers "
"are real multiples of the imaginary unit (the square root of ``-1``), often "
"written ``i`` in mathematics or ``j`` in engineering. Python has built-in "
"support for complex numbers, which are written with this latter notation; "
"the imaginary part is written with a ``j`` suffix, e.g., ``3+1j``. To get "
"access to complex equivalents of the :mod:`math` module, use :mod:`cmath`. "
"Use of complex numbers is a fairly advanced mathematical feature. If you're "
"not aware of a need for them, it's almost certain you can safely ignore them."
msgstr ""
"Eine Erweiterung des bekannten Systems der reellen Zahlen, in der alle "
"Zahlen als Summe aus einem reellen und einem imaginären Teil ausgedrückt "
"werden. Imaginäre Zahlen sind reelle Vielfache der imaginären Einheit (der "
"Quadratwurzel von ``-1``), die in der Mathematik häufig als ``i`` und im "
"Ingenieurwesen als ``j`` geschrieben werden. Python bietet integrierte "
"Unterstützung für komplexe Zahlen, die in der letztgenannten Notation "
"geschrieben werden; der Imaginärteil wird mit dem Suffix ``j`` angegeben, "
"z. B. ``3+1j`` . Um auf die komplexen Entsprechungen des Moduls :mod:"
"`math` zuzugreifen, verwende :mod:`cmath` . Die Verwendung komplexer "
"Zahlen ist eine recht fortgeschrittene mathematische Funktion. Wenn du "
"keinen Bedarf dafür siehst, kannst du diese Funktionen mit ziemlicher "
"Sicherheit getrost ignorieren."
#: ../../glossary.rst:303
msgid "concurrency"
msgstr "Gleichzeitigkeit"
#: ../../glossary.rst:305
msgid ""
"The ability of a computer program to perform multiple tasks at the same "
"time. Python provides libraries for writing programs that make use of "
"different forms of concurrency. :mod:`asyncio` is a library for dealing "
"with asynchronous tasks and coroutines. :mod:`threading` provides access to "
"operating system threads and :mod:`multiprocessing` to operating system "
"processes. Multi-core processors can execute threads and processes on "
"different CPU cores at the same time (see :term:`parallelism`)."
msgstr ""
"Die Fähigkeit eines Computerprogramms, mehrere Aufgaben gleichzeitig "
"auszuführen. Python bietet Bibliotheken zum Schreiben von Programmen, die "
"verschiedene Formen der Gleichzeitigkeit nutzen. :mod:`asyncio` ist eine "
"Bibliothek für den Umgang mit asynchronen Aufgaben und Coroutinen. :mod:"
"`threading` bietet Zugriff auf Betriebssystem-Threads und :mod:"
"`multiprocessing` auf Betriebssystem-Prozesse. Multi-Core-Prozessoren "
"können Threads und Prozesse gleichzeitig auf verschiedenen CPU-Kernen "
"ausführen (siehe :term:`Parallelität <parallelism>`)."
#: ../../glossary.rst:313
msgid "concurrent modification"
msgstr "gleichzeitige Änderung"
#: ../../glossary.rst:315
msgid ""
"When multiple threads modify shared data at the same time. Concurrent "
"modification without proper synchronization can cause :term:`race conditions "
"<race condition>`, and might also trigger a :term:`data race <data race>`, "
"data corruption, or both."
msgstr ""
"Wenn mehrere Threads gleichzeitig gemeinsam genutzte Daten ändern. Eine "
"gleichzeitige Änderung ohne ordnungsgemäße Synchronisation kann zu :term:"
"`Race Conditions <race condition>` führen und möglicherweise auch einen :"
"term:`Datenkonflikt <data race>`, Datenbeschädigungen oder beides auslösen."
#: ../../glossary.rst:319
msgid "context"
msgstr "Kontext"
#: ../../glossary.rst:321
msgid ""
"This term has different meanings depending on where and how it is used. Some "
"common meanings:"
msgstr ""
"Dieser Begriff hat je nach Kontext und Verwendung unterschiedliche "
"Bedeutungen. Einige gängige Bedeutungen:"
#: ../../glossary.rst:324
msgid ""
"The temporary state or environment established by a :term:`context manager` "
"via a :keyword:`with` statement."
msgstr ""
"Der temporäre Zustand oder die Umgebung, die von einem :term:`Context "
"Manager <context manager>` über eine :keyword:`with` -Anweisung "
"eingerichtet wird."
#: ../../glossary.rst:326
msgid ""
"The collection of keyvalue bindings associated with a particular :class:"
"`contextvars.Context` object and accessed via :class:`~contextvars."
"ContextVar` objects. Also see :term:`context variable`."
msgstr ""
"Die Sammlung von Schlüssel-Wert-Zuordnungen, die einem bestimmten :class:"
"`contextvars.Context`-Objekt zugeordnet sind und über :class:`~contextvars."
"ContextVar`-Objekte abgerufen werden. Siehe auch :term:`Kontextvariable "
"<context variable>`."
#: ../../glossary.rst:330
msgid ""
"A :class:`contextvars.Context` object. Also see :term:`current context`."
msgstr ""
"Ein :class:`contextvars.Context` -Objekt. Siehe auch :term:`aktueller "
"Kontext <current context>`."
#: ../../glossary.rst:332
msgid "context management protocol"
msgstr "Kontextverwaltungsprotokoll"
#: ../../glossary.rst:334
msgid ""
"The :meth:`~object.__enter__` and :meth:`~object.__exit__` methods called by "
"the :keyword:`with` statement. See :pep:`343`."
msgstr ""
"Die Methoden :meth:`~object.__enter__` und :meth:`~object.__exit__` , die "
"von der Anweisung :keyword:`with` aufgerufen werden. Siehe :pep:`343`."
#: ../../glossary.rst:336
msgid "context manager"
msgstr "Kontextmanager"
#: ../../glossary.rst:338
msgid ""
"An object which implements the :term:`context management protocol` and "
"controls the environment seen in a :keyword:`with` statement. See :pep:"
"`343`."
msgstr ""
"Ein Objekt, das das :term:`Kontextverwaltungsprotokoll <context management "
"protocol>` implementiert und die Umgebung steuert, die in einer :keyword:"
"`with` -Anweisung sichtbar ist. Siehe :pep:`343`."
#: ../../glossary.rst:341
msgid "context variable"
msgstr "Kontextvariable"
#: ../../glossary.rst:343
msgid ""
"A variable whose value depends on which context is the :term:`current "
"context`. Values are accessed via :class:`contextvars.ContextVar` objects. "
"Context variables are primarily used to isolate state between concurrent "
"asynchronous tasks."
msgstr ""
"Eine Variable, deren Wert davon abhängt, welcher Kontext gerade aktiv ist, "
"wird als :term:`aktueller Kontext <current context>` bezeichnet. Der Zugriff "
"auf die Werte erfolgt über Objekte vom Typ :class:`contextvars."
"ContextVar` . Kontextvariablen werden in erster Linie dazu verwendet, den "
"Zustand zwischen parallel laufenden asynchronen Aufgaben zu isolieren."
#: ../../glossary.rst:347
msgid "contiguous"
msgstr "zusammenhängend"
#: ../../glossary.rst:351
msgid ""
"A buffer is considered contiguous exactly if it is either *C-contiguous* or "
"*Fortran contiguous*. Zero-dimensional buffers are C and Fortran "
"contiguous. In one-dimensional arrays, the items must be laid out in memory "
"next to each other, in order of increasing indexes starting from zero. In "
"multidimensional C-contiguous arrays, the last index varies the fastest when "
"visiting items in order of memory address. However, in Fortran contiguous "
"arrays, the first index varies the fastest."
msgstr ""
"Ein Puffer gilt genau dann als zusammenhängend, wenn er entweder *C-"
"zusammenhängend* oder *Fortran-zusammenhängend* ist. Null-dimensionale "
"Puffer sind sowohl C- als auch Fortran-zusammenhängend. In eindimensionalen "
"Arrays müssen die Elemente im Speicher nebeneinander angeordnet sein, und "
"zwar in aufsteigender Reihenfolge der Indizes, beginnend bei Null. In "
"mehrdimensionalen C-zusammenhängenden Arrays ändert sich der letzte Index am "
"schnellsten, wenn die Elemente in der Reihenfolge ihrer Speicheradressen "
"durchlaufen werden. In Fortran-zusammenhängenden Arrays hingegen ändert "
"sich der erste Index am schnellsten."
#: ../../glossary.rst:359
msgid "coroutine"
msgstr "Koroutine"
#: ../../glossary.rst:361
msgid ""
"Coroutines are a more generalized form of subroutines. Subroutines are "
"entered at one point and exited at another point. Coroutines can be "
"entered, exited, and resumed at many different points. They can be "
"implemented with the :keyword:`async def` statement. See also :pep:`492`."
msgstr ""
"Coroutinen sind eine verallgemeinerte Form von Unterprogrammen. "
"Unterprogramme werden an einer Stelle aufgerufen und an einer anderen Stelle "
"beendet. Coroutinen können an vielen verschiedenen Stellen aufgerufen, "
"beendet und fortgesetzt werden. Sie lassen sich mit der Anweisung :keyword:"
"`async def` implementieren. Siehe auch :pep:`492`."
#: ../../glossary.rst:366
msgid "coroutine function"
msgstr "Coroutinen-Funktion"
#: ../../glossary.rst:368
msgid ""
"A function which returns a :term:`coroutine` object. A coroutine function "
"may be defined with the :keyword:`async def` statement, and may contain :"
"keyword:`await`, :keyword:`async for`, and :keyword:`async with` keywords. "
"These were introduced by :pep:`492`."
msgstr ""
"Eine Funktion, die ein :term:`coroutine`-Objekt zurückgibt. Eine Coroutine-"
"Funktion kann mit der Anweisung :keyword:`async def` definiert werden und "
"die Schlüsselwörter :keyword:`await`, :keyword:`async for` sowie :keyword:"
"`async with` enthalten. Diese wurden mit :pep:`492` eingeführt."
#: ../../glossary.rst:373
msgid "CPython"
msgstr "CPython"
#: ../../glossary.rst:375
msgid ""
"The canonical implementation of the Python programming language, as "
"distributed on `python.org <https://www.python.org>`_. The term \"CPython\" "
"is used when necessary to distinguish this implementation from others such "
"as Jython or IronPython."
msgstr ""
"Die kanonische Implementierung der Programmiersprache Python, wie sie auf "
"`python.org <https://www.python.org>`_ bereitgestellt wird. Der Begriff "
"\"CPython\" wird bei Bedarf verwendet, um diese Implementierung von anderen "
"wie Jython oder IronPython zu unterscheiden."
#: ../../glossary.rst:379
msgid "current context"
msgstr "aktueller Kontext"
#: ../../glossary.rst:381
msgid ""
"The :term:`context` (:class:`contextvars.Context` object) that is currently "
"used by :class:`~contextvars.ContextVar` objects to access (get or set) the "
"values of :term:`context variables <context variable>`. Each thread has its "
"own current context. Frameworks for executing asynchronous tasks (see :mod:"
"`asyncio`) associate each task with a context which becomes the current "
"context whenever the task starts or resumes execution."
msgstr ""
"Der :term:`Kontext <context>` (:class:`contextvars.Context`-Objekt), der "
"derzeit von :class:`~contextvars.ContextVar`-Objekten verwendet wird, um auf "
"die Werte von :term:`Kontextvariablen <context variable>` zuzugreifen "
"(abzurufen oder festzulegen). Jeder Thread verfügt über einen eigenen "
"aktuellen Kontext. Frameworks zur Ausführung asynchroner Aufgaben (siehe :"
"mod:`asyncio`) ordnen jeder Aufgabe einen Kontext zu, der zum aktuellen "
"Kontext wird, sobald die Aufgabe ihre Ausführung beginnt oder fortsetzt."
#: ../../glossary.rst:387
msgid "cyclic isolate"
msgstr "zyklisches Isolat"
#: ../../glossary.rst:389
msgid ""
"A subgroup of one or more objects that reference each other in a reference "
"cycle, but are not referenced by objects outside the group. The goal of "
"the :term:`cyclic garbage collector <garbage collection>` is to identify "