-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathinit_config.po
More file actions
3429 lines (2791 loc) · 99.9 KB
/
init_config.po
File metadata and controls
3429 lines (2791 loc) · 99.9 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
# qqfunc, 2025
# Cheesecake, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-09 14:44+0000\n"
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
"Last-Translator: Cheesecake, 2025\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../c-api/init_config.rst:7
msgid "Python Initialization Configuration"
msgstr "Python 初期化設定 "
#: ../../c-api/init_config.rst:13
msgid "PyInitConfig C API"
msgstr "PyInitConfig C API"
#: ../../c-api/init_config.rst:17
msgid "Python can be initialized with :c:func:`Py_InitializeFromInitConfig`."
msgstr "Python は :c:func:`Py_InitializeFromInitConfig` で初期化できます。"
#: ../../c-api/init_config.rst:19 ../../c-api/init_config.rst:650
msgid ""
"The :c:func:`Py_RunMain` function can be used to write a customized Python "
"program."
msgstr ""
":c:func:`Py_RunMain` 関数は、カスタマイズされた Python プログラムを書くために"
"使用できます。"
#: ../../c-api/init_config.rst:22 ../../c-api/init_config.rst:653
msgid ""
"See also :ref:`Initialization, Finalization, and Threads <initialization>`."
msgstr ""
":ref:`Initialization, Finalization, and Threads <initialization>` も参照して"
"ください。"
#: ../../c-api/init_config.rst:25
msgid ":pep:`741` \"Python Configuration C API\"."
msgstr ":pep:`741` \"Python Configuration C API\"."
#: ../../c-api/init_config.rst:29 ../../c-api/init_config.rst:660
msgid "Example"
msgstr "使用例"
#: ../../c-api/init_config.rst:31
msgid ""
"Example of customized Python always running with the :ref:`Python "
"Development Mode <devmode>` enabled; return ``-1`` on error:"
msgstr ""
"常に :ref:`Python 開発モード <devmode>` が有効化された状態で実行されるカスタ"
"マイズされた Python の例。エラー時は ``-1`` を返します:"
#: ../../c-api/init_config.rst:34
msgid ""
"int init_python(void)\n"
"{\n"
" PyInitConfig *config = PyInitConfig_Create();\n"
" if (config == NULL) {\n"
" printf(\"PYTHON INIT ERROR: memory allocation failed\\n\");\n"
" return -1;\n"
" }\n"
"\n"
" // Enable the Python Development Mode\n"
" if (PyInitConfig_SetInt(config, \"dev_mode\", 1) < 0) {\n"
" goto error;\n"
" }\n"
"\n"
" // Initialize Python with the configuration\n"
" if (Py_InitializeFromInitConfig(config) < 0) {\n"
" goto error;\n"
" }\n"
" PyInitConfig_Free(config);\n"
" return 0;\n"
"\n"
"error:\n"
" {\n"
" // Display the error message.\n"
" //\n"
" // This uncommon braces style is used, because you cannot make\n"
" // goto targets point to variable declarations.\n"
" const char *err_msg;\n"
" (void)PyInitConfig_GetError(config, &err_msg);\n"
" printf(\"PYTHON INIT ERROR: %s\\n\", err_msg);\n"
" PyInitConfig_Free(config);\n"
" return -1;\n"
" }\n"
"}"
msgstr ""
"int init_python(void)\n"
"{\n"
" PyInitConfig *config = PyInitConfig_Create();\n"
" if (config == NULL) {\n"
" printf(\"PYTHON INIT ERROR: memory allocation failed\\n\");\n"
" return -1;\n"
" }\n"
"\n"
" // Python 開発モードを有効化\n"
" if (PyInitConfig_SetInt(config, \"dev_mode\", 1) < 0) {\n"
" goto error;\n"
" }\n"
"\n"
" // Python を設定付きで初期化\n"
" if (Py_InitializeFromInitConfig(config) < 0) {\n"
" goto error;\n"
" }\n"
" PyInitConfig_Free(config);\n"
" return 0;\n"
"\n"
"error:\n"
" {\n"
" // エラーメッセージを表示する。\n"
" //\n"
" // この稀な括弧スタイルは、変数宣言を指す goto ターゲットを\n"
" // 作ることができないために使用されています。\n"
"\n"
" const char *err_msg;\n"
" (void)PyInitConfig_GetError(config, &err_msg);\n"
" printf(\"PYTHON INIT ERROR: %s\\n\", err_msg);\n"
" PyInitConfig_Free(config);\n"
" return -1;\n"
" }\n"
"}"
#: ../../c-api/init_config.rst:71
msgid "Create Config"
msgstr "設定の作成"
#: ../../c-api/init_config.rst:75
msgid "Opaque structure to configure the Python initialization."
msgstr "Python の初期化を構成するための不透明な構造体です。"
#: ../../c-api/init_config.rst:80
msgid ""
"Create a new initialization configuration using :ref:`Isolated Configuration "
"<init-isolated-conf>` default values."
msgstr ""
#: ../../c-api/init_config.rst:83
msgid "It must be freed by :c:func:`PyInitConfig_Free`."
msgstr ""
#: ../../c-api/init_config.rst:85
msgid "Return ``NULL`` on memory allocation failure."
msgstr ""
#: ../../c-api/init_config.rst:90
msgid "Free memory of the initialization configuration *config*."
msgstr ""
#: ../../c-api/init_config.rst:92
msgid "If *config* is ``NULL``, no operation is performed."
msgstr ""
#: ../../c-api/init_config.rst:96
msgid "Error Handling"
msgstr "エラー処理"
#: ../../c-api/init_config.rst:100
msgid "Get the *config* error message."
msgstr ""
#: ../../c-api/init_config.rst:102
msgid "Set *\\*err_msg* and return ``1`` if an error is set."
msgstr ""
#: ../../c-api/init_config.rst:103
msgid "Set *\\*err_msg* to ``NULL`` and return ``0`` otherwise."
msgstr ""
#: ../../c-api/init_config.rst:105
msgid "An error message is a UTF-8 encoded string."
msgstr ""
#: ../../c-api/init_config.rst:107
msgid "If *config* has an exit code, format the exit code as an error message."
msgstr ""
#: ../../c-api/init_config.rst:110
msgid ""
"The error message remains valid until another ``PyInitConfig`` function is "
"called with *config*. The caller doesn't have to free the error message."
msgstr ""
#: ../../c-api/init_config.rst:117
msgid "Get the *config* exit code."
msgstr ""
#: ../../c-api/init_config.rst:119
msgid "Set *\\*exitcode* and return ``1`` if *config* has an exit code set."
msgstr ""
#: ../../c-api/init_config.rst:120
msgid "Return ``0`` if *config* has no exit code set."
msgstr ""
#: ../../c-api/init_config.rst:122
msgid ""
"Only the ``Py_InitializeFromInitConfig()`` function can set an exit code if "
"the ``parse_argv`` option is non-zero."
msgstr ""
#: ../../c-api/init_config.rst:125
msgid ""
"An exit code can be set when parsing the command line failed (exit code "
"``2``) or when a command line option asks to display the command line help "
"(exit code ``0``)."
msgstr ""
#: ../../c-api/init_config.rst:131
msgid "Get Options"
msgstr ""
#: ../../c-api/init_config.rst:133 ../../c-api/init_config.rst:187
#: ../../c-api/init_config.rst:559
msgid ""
"The configuration option *name* parameter must be a non-NULL null-terminated "
"UTF-8 encoded string. See :ref:`Configuration Options <pyinitconfig-opts>`."
msgstr ""
#: ../../c-api/init_config.rst:138
msgid "Test if the configuration has an option called *name*."
msgstr ""
#: ../../c-api/init_config.rst:140
msgid "Return ``1`` if the option exists, or return ``0`` otherwise."
msgstr ""
#: ../../c-api/init_config.rst:145
msgid "Get an integer configuration option."
msgstr ""
#: ../../c-api/init_config.rst:147 ../../c-api/init_config.rst:156
msgid "Set *\\*value*, and return ``0`` on success."
msgstr ""
#: ../../c-api/init_config.rst:148 ../../c-api/init_config.rst:157
#: ../../c-api/init_config.rst:172 ../../c-api/init_config.rst:200
#: ../../c-api/init_config.rst:209 ../../c-api/init_config.rst:218
#: ../../c-api/init_config.rst:233 ../../c-api/init_config.rst:249
msgid "Set an error in *config* and return ``-1`` on error."
msgstr ""
#: ../../c-api/init_config.rst:153
msgid ""
"Get a string configuration option as a null-terminated UTF-8 encoded string."
msgstr ""
#: ../../c-api/init_config.rst:159
msgid ""
"*\\*value* can be set to ``NULL`` if the option is an optional string and "
"the option is unset."
msgstr ""
#: ../../c-api/init_config.rst:162
msgid ""
"On success, the string must be released with ``free(value)`` if it's not "
"``NULL``."
msgstr ""
#: ../../c-api/init_config.rst:168
msgid ""
"Get a string list configuration option as an array of null-terminated UTF-8 "
"encoded strings."
msgstr ""
#: ../../c-api/init_config.rst:171
msgid "Set *\\*length* and *\\*value*, and return ``0`` on success."
msgstr ""
#: ../../c-api/init_config.rst:174
msgid ""
"On success, the string list must be released with "
"``PyInitConfig_FreeStrList(length, items)``."
msgstr ""
#: ../../c-api/init_config.rst:180
msgid "Free memory of a string list created by ``PyInitConfig_GetStrList()``."
msgstr ""
#: ../../c-api/init_config.rst:185
msgid "Set Options"
msgstr ""
#: ../../c-api/init_config.rst:190
msgid ""
"Some configuration options have side effects on other options. This logic is "
"only implemented when ``Py_InitializeFromInitConfig()`` is called, not by "
"the \"Set\" functions below. For example, setting ``dev_mode`` to ``1`` does "
"not set ``faulthandler`` to ``1``."
msgstr ""
#: ../../c-api/init_config.rst:197
msgid "Set an integer configuration option."
msgstr ""
#: ../../c-api/init_config.rst:199 ../../c-api/init_config.rst:208
#: ../../c-api/init_config.rst:217 ../../c-api/init_config.rst:232
#: ../../c-api/init_config.rst:248 ../../c-api/init_config.rst:591
msgid "Return ``0`` on success."
msgstr ""
#: ../../c-api/init_config.rst:205
msgid ""
"Set a string configuration option from a null-terminated UTF-8 encoded "
"string. The string is copied."
msgstr ""
#: ../../c-api/init_config.rst:214
msgid ""
"Set a string list configuration option from an array of null-terminated "
"UTF-8 encoded strings. The string list is copied."
msgstr ""
#: ../../c-api/init_config.rst:222
msgid "Module"
msgstr ""
#: ../../c-api/init_config.rst:226
msgid "Add a built-in extension module to the table of built-in modules."
msgstr ""
#: ../../c-api/init_config.rst:228
msgid ""
"The new module can be imported by the name *name*, and uses the function "
"*initfunc* as the initialization function called on the first attempted "
"import."
msgstr ""
#: ../../c-api/init_config.rst:235
msgid ""
"If Python is initialized multiple times, ``PyInitConfig_AddModule()`` must "
"be called at each Python initialization."
msgstr ""
#: ../../c-api/init_config.rst:238
msgid "Similar to the :c:func:`PyImport_AppendInittab` function."
msgstr ""
#: ../../c-api/init_config.rst:242
msgid "Initialize Python"
msgstr ""
#: ../../c-api/init_config.rst:246
msgid "Initialize Python from the initialization configuration."
msgstr ""
#: ../../c-api/init_config.rst:250
msgid "Set an exit code in *config* and return ``-1`` if Python wants to exit."
msgstr ""
#: ../../c-api/init_config.rst:253
msgid "See ``PyInitConfig_GetExitcode()`` for the exit code case."
msgstr ""
#: ../../c-api/init_config.rst:259
msgid "Configuration Options"
msgstr ""
#: ../../c-api/init_config.rst:264
msgid "Option"
msgstr "オプション"
#: ../../c-api/init_config.rst:265
msgid "PyConfig/PyPreConfig member"
msgstr ""
#: ../../c-api/init_config.rst:266
msgid "Type"
msgstr "型"
#: ../../c-api/init_config.rst:267
msgid "Visibility"
msgstr "可視性"
#: ../../c-api/init_config.rst:268
msgid "``\"allocator\"``"
msgstr ""
#: ../../c-api/init_config.rst:269
msgid ":c:member:`allocator <PyPreConfig.allocator>`"
msgstr ""
#: ../../c-api/init_config.rst:270 ../../c-api/init_config.rst:294
#: ../../c-api/init_config.rst:322 ../../c-api/init_config.rst:358
#: ../../c-api/init_config.rst:366 ../../c-api/init_config.rst:378
#: ../../c-api/init_config.rst:406 ../../c-api/init_config.rst:494
#: ../../c-api/init_config.rst:522 ../../c-api/init_config.rst:576
msgid "``int``"
msgstr "``int``"
#: ../../c-api/init_config.rst:271 ../../c-api/init_config.rst:291
#: ../../c-api/init_config.rst:299 ../../c-api/init_config.rst:303
#: ../../c-api/init_config.rst:307 ../../c-api/init_config.rst:311
#: ../../c-api/init_config.rst:315 ../../c-api/init_config.rst:319
#: ../../c-api/init_config.rst:327 ../../c-api/init_config.rst:331
#: ../../c-api/init_config.rst:335 ../../c-api/init_config.rst:347
#: ../../c-api/init_config.rst:351 ../../c-api/init_config.rst:355
#: ../../c-api/init_config.rst:359 ../../c-api/init_config.rst:363
#: ../../c-api/init_config.rst:367 ../../c-api/init_config.rst:375
#: ../../c-api/init_config.rst:387 ../../c-api/init_config.rst:391
#: ../../c-api/init_config.rst:395 ../../c-api/init_config.rst:399
#: ../../c-api/init_config.rst:411 ../../c-api/init_config.rst:415
#: ../../c-api/init_config.rst:423 ../../c-api/init_config.rst:427
#: ../../c-api/init_config.rst:439 ../../c-api/init_config.rst:451
#: ../../c-api/init_config.rst:455 ../../c-api/init_config.rst:459
#: ../../c-api/init_config.rst:463 ../../c-api/init_config.rst:467
#: ../../c-api/init_config.rst:471 ../../c-api/init_config.rst:475
#: ../../c-api/init_config.rst:479 ../../c-api/init_config.rst:483
#: ../../c-api/init_config.rst:487 ../../c-api/init_config.rst:495
#: ../../c-api/init_config.rst:503 ../../c-api/init_config.rst:507
#: ../../c-api/init_config.rst:511 ../../c-api/init_config.rst:515
#: ../../c-api/init_config.rst:519 ../../c-api/init_config.rst:527
#: ../../c-api/init_config.rst:543
msgid "Read-only"
msgstr "読み出し専用"
#: ../../c-api/init_config.rst:272
msgid "``\"argv\"``"
msgstr ""
#: ../../c-api/init_config.rst:273
msgid ":c:member:`argv <PyConfig.argv>`"
msgstr ""
#: ../../c-api/init_config.rst:274 ../../c-api/init_config.rst:402
#: ../../c-api/init_config.rst:410 ../../c-api/init_config.rst:530
#: ../../c-api/init_config.rst:578
msgid "``list[str]``"
msgstr ""
#: ../../c-api/init_config.rst:275 ../../c-api/init_config.rst:279
#: ../../c-api/init_config.rst:283 ../../c-api/init_config.rst:287
#: ../../c-api/init_config.rst:295 ../../c-api/init_config.rst:323
#: ../../c-api/init_config.rst:339 ../../c-api/init_config.rst:343
#: ../../c-api/init_config.rst:371 ../../c-api/init_config.rst:379
#: ../../c-api/init_config.rst:383 ../../c-api/init_config.rst:403
#: ../../c-api/init_config.rst:407 ../../c-api/init_config.rst:419
#: ../../c-api/init_config.rst:431 ../../c-api/init_config.rst:435
#: ../../c-api/init_config.rst:443 ../../c-api/init_config.rst:447
#: ../../c-api/init_config.rst:491 ../../c-api/init_config.rst:499
#: ../../c-api/init_config.rst:523 ../../c-api/init_config.rst:531
#: ../../c-api/init_config.rst:535 ../../c-api/init_config.rst:539
msgid "Public"
msgstr ""
#: ../../c-api/init_config.rst:276
msgid "``\"base_exec_prefix\"``"
msgstr ""
#: ../../c-api/init_config.rst:277
msgid ":c:member:`base_exec_prefix <PyConfig.base_exec_prefix>`"
msgstr ""
#: ../../c-api/init_config.rst:278 ../../c-api/init_config.rst:282
#: ../../c-api/init_config.rst:286 ../../c-api/init_config.rst:298
#: ../../c-api/init_config.rst:334 ../../c-api/init_config.rst:338
#: ../../c-api/init_config.rst:342 ../../c-api/init_config.rst:350
#: ../../c-api/init_config.rst:354 ../../c-api/init_config.rst:362
#: ../../c-api/init_config.rst:430 ../../c-api/init_config.rst:434
#: ../../c-api/init_config.rst:438 ../../c-api/init_config.rst:442
#: ../../c-api/init_config.rst:450 ../../c-api/init_config.rst:454
#: ../../c-api/init_config.rst:458 ../../c-api/init_config.rst:462
#: ../../c-api/init_config.rst:482 ../../c-api/init_config.rst:486
#: ../../c-api/init_config.rst:490 ../../c-api/init_config.rst:577
msgid "``str``"
msgstr "``str``"
#: ../../c-api/init_config.rst:280
msgid "``\"base_executable\"``"
msgstr ""
#: ../../c-api/init_config.rst:281
msgid ":c:member:`base_executable <PyConfig.base_executable>`"
msgstr ""
#: ../../c-api/init_config.rst:284
msgid "``\"base_prefix\"``"
msgstr ""
#: ../../c-api/init_config.rst:285
msgid ":c:member:`base_prefix <PyConfig.base_prefix>`"
msgstr ""
#: ../../c-api/init_config.rst:288
msgid "``\"buffered_stdio\"``"
msgstr ""
#: ../../c-api/init_config.rst:289
msgid ":c:member:`buffered_stdio <PyConfig.buffered_stdio>`"
msgstr ""
#: ../../c-api/init_config.rst:290 ../../c-api/init_config.rst:302
#: ../../c-api/init_config.rst:306 ../../c-api/init_config.rst:310
#: ../../c-api/init_config.rst:314 ../../c-api/init_config.rst:318
#: ../../c-api/init_config.rst:326 ../../c-api/init_config.rst:330
#: ../../c-api/init_config.rst:346 ../../c-api/init_config.rst:370
#: ../../c-api/init_config.rst:374 ../../c-api/init_config.rst:382
#: ../../c-api/init_config.rst:386 ../../c-api/init_config.rst:390
#: ../../c-api/init_config.rst:394 ../../c-api/init_config.rst:398
#: ../../c-api/init_config.rst:414 ../../c-api/init_config.rst:418
#: ../../c-api/init_config.rst:422 ../../c-api/init_config.rst:426
#: ../../c-api/init_config.rst:446 ../../c-api/init_config.rst:466
#: ../../c-api/init_config.rst:470 ../../c-api/init_config.rst:474
#: ../../c-api/init_config.rst:478 ../../c-api/init_config.rst:498
#: ../../c-api/init_config.rst:502 ../../c-api/init_config.rst:506
#: ../../c-api/init_config.rst:510 ../../c-api/init_config.rst:514
#: ../../c-api/init_config.rst:518 ../../c-api/init_config.rst:526
#: ../../c-api/init_config.rst:534 ../../c-api/init_config.rst:542
#: ../../c-api/init_config.rst:575
msgid "``bool``"
msgstr "``bool``"
#: ../../c-api/init_config.rst:292
msgid "``\"bytes_warning\"``"
msgstr ""
#: ../../c-api/init_config.rst:293
msgid ":c:member:`bytes_warning <PyConfig.bytes_warning>`"
msgstr ""
#: ../../c-api/init_config.rst:296
msgid "``\"check_hash_pycs_mode\"``"
msgstr ""
#: ../../c-api/init_config.rst:297
msgid ":c:member:`check_hash_pycs_mode <PyConfig.check_hash_pycs_mode>`"
msgstr ""
#: ../../c-api/init_config.rst:300
msgid "``\"code_debug_ranges\"``"
msgstr ""
#: ../../c-api/init_config.rst:301
msgid ":c:member:`code_debug_ranges <PyConfig.code_debug_ranges>`"
msgstr ""
#: ../../c-api/init_config.rst:304
msgid "``\"coerce_c_locale\"``"
msgstr ""
#: ../../c-api/init_config.rst:305
msgid ":c:member:`coerce_c_locale <PyPreConfig.coerce_c_locale>`"
msgstr ""
#: ../../c-api/init_config.rst:308
msgid "``\"coerce_c_locale_warn\"``"
msgstr ""
#: ../../c-api/init_config.rst:309
msgid ":c:member:`coerce_c_locale_warn <PyPreConfig.coerce_c_locale_warn>`"
msgstr ""
#: ../../c-api/init_config.rst:312
msgid "``\"configure_c_stdio\"``"
msgstr ""
#: ../../c-api/init_config.rst:313
msgid ":c:member:`configure_c_stdio <PyConfig.configure_c_stdio>`"
msgstr ""
#: ../../c-api/init_config.rst:316
msgid "``\"configure_locale\"``"
msgstr ""
#: ../../c-api/init_config.rst:317
msgid ":c:member:`configure_locale <PyPreConfig.configure_locale>`"
msgstr ""
#: ../../c-api/init_config.rst:320
msgid "``\"cpu_count\"``"
msgstr ""
#: ../../c-api/init_config.rst:321
msgid ":c:member:`cpu_count <PyConfig.cpu_count>`"
msgstr ""
#: ../../c-api/init_config.rst:324
msgid "``\"dev_mode\"``"
msgstr ""
#: ../../c-api/init_config.rst:325
msgid ":c:member:`dev_mode <PyConfig.dev_mode>`"
msgstr ""
#: ../../c-api/init_config.rst:328
msgid "``\"dump_refs\"``"
msgstr ""
#: ../../c-api/init_config.rst:329
msgid ":c:member:`dump_refs <PyConfig.dump_refs>`"
msgstr ""
#: ../../c-api/init_config.rst:332
msgid "``\"dump_refs_file\"``"
msgstr ""
#: ../../c-api/init_config.rst:333
msgid ":c:member:`dump_refs_file <PyConfig.dump_refs_file>`"
msgstr ""
#: ../../c-api/init_config.rst:336
msgid "``\"exec_prefix\"``"
msgstr ""
#: ../../c-api/init_config.rst:337
msgid ":c:member:`exec_prefix <PyConfig.exec_prefix>`"
msgstr ""
#: ../../c-api/init_config.rst:340
msgid "``\"executable\"``"
msgstr ""
#: ../../c-api/init_config.rst:341
msgid ":c:member:`executable <PyConfig.executable>`"
msgstr ""
#: ../../c-api/init_config.rst:344
msgid "``\"faulthandler\"``"
msgstr ""
#: ../../c-api/init_config.rst:345
msgid ":c:member:`faulthandler <PyConfig.faulthandler>`"
msgstr ""
#: ../../c-api/init_config.rst:348
msgid "``\"filesystem_encoding\"``"
msgstr ""
#: ../../c-api/init_config.rst:349
msgid ":c:member:`filesystem_encoding <PyConfig.filesystem_encoding>`"
msgstr ""
#: ../../c-api/init_config.rst:352
msgid "``\"filesystem_errors\"``"
msgstr ""
#: ../../c-api/init_config.rst:353
msgid ":c:member:`filesystem_errors <PyConfig.filesystem_errors>`"
msgstr ""
#: ../../c-api/init_config.rst:356
msgid "``\"hash_seed\"``"
msgstr ""
#: ../../c-api/init_config.rst:357
msgid ":c:member:`hash_seed <PyConfig.hash_seed>`"
msgstr ""
#: ../../c-api/init_config.rst:360
msgid "``\"home\"``"
msgstr ""
#: ../../c-api/init_config.rst:361
msgid ":c:member:`home <PyConfig.home>`"
msgstr ""
#: ../../c-api/init_config.rst:364
msgid "``\"import_time\"``"
msgstr ""
#: ../../c-api/init_config.rst:365
msgid ":c:member:`import_time <PyConfig.import_time>`"
msgstr ""
#: ../../c-api/init_config.rst:368
msgid "``\"inspect\"``"
msgstr ""
#: ../../c-api/init_config.rst:369
msgid ":c:member:`inspect <PyConfig.inspect>`"
msgstr ""
#: ../../c-api/init_config.rst:372
msgid "``\"install_signal_handlers\"``"
msgstr ""
#: ../../c-api/init_config.rst:373
msgid ":c:member:`install_signal_handlers <PyConfig.install_signal_handlers>`"
msgstr ""
#: ../../c-api/init_config.rst:376
msgid "``\"int_max_str_digits\"``"
msgstr ""
#: ../../c-api/init_config.rst:377
msgid ":c:member:`int_max_str_digits <PyConfig.int_max_str_digits>`"
msgstr ""
#: ../../c-api/init_config.rst:380
msgid "``\"interactive\"``"
msgstr ""
#: ../../c-api/init_config.rst:381
msgid ":c:member:`interactive <PyConfig.interactive>`"
msgstr ""
#: ../../c-api/init_config.rst:384
msgid "``\"isolated\"``"
msgstr ""
#: ../../c-api/init_config.rst:385
msgid ":c:member:`isolated <PyConfig.isolated>`"
msgstr ""
#: ../../c-api/init_config.rst:388
msgid "``\"legacy_windows_fs_encoding\"``"
msgstr ""
#: ../../c-api/init_config.rst:389
msgid ""
":c:member:`legacy_windows_fs_encoding <PyPreConfig."
"legacy_windows_fs_encoding>`"
msgstr ""
#: ../../c-api/init_config.rst:392
msgid "``\"legacy_windows_stdio\"``"
msgstr ""
#: ../../c-api/init_config.rst:393
msgid ":c:member:`legacy_windows_stdio <PyConfig.legacy_windows_stdio>`"
msgstr ""
#: ../../c-api/init_config.rst:396
msgid "``\"malloc_stats\"``"
msgstr ""
#: ../../c-api/init_config.rst:397
msgid ":c:member:`malloc_stats <PyConfig.malloc_stats>`"
msgstr ""
#: ../../c-api/init_config.rst:400
msgid "``\"module_search_paths\"``"
msgstr ""
#: ../../c-api/init_config.rst:401
msgid ":c:member:`module_search_paths <PyConfig.module_search_paths>`"
msgstr ""
#: ../../c-api/init_config.rst:404
msgid "``\"optimization_level\"``"
msgstr ""
#: ../../c-api/init_config.rst:405
msgid ":c:member:`optimization_level <PyConfig.optimization_level>`"
msgstr ""
#: ../../c-api/init_config.rst:408
msgid "``\"orig_argv\"``"
msgstr ""
#: ../../c-api/init_config.rst:409
msgid ":c:member:`orig_argv <PyConfig.orig_argv>`"
msgstr ""
#: ../../c-api/init_config.rst:412
msgid "``\"parse_argv\"``"
msgstr ""
#: ../../c-api/init_config.rst:413
msgid ":c:member:`parse_argv <PyConfig.parse_argv>`"
msgstr ""
#: ../../c-api/init_config.rst:416
msgid "``\"parser_debug\"``"
msgstr ""
#: ../../c-api/init_config.rst:417
msgid ":c:member:`parser_debug <PyConfig.parser_debug>`"
msgstr ""
#: ../../c-api/init_config.rst:420
msgid "``\"pathconfig_warnings\"``"
msgstr ""
#: ../../c-api/init_config.rst:421
msgid ":c:member:`pathconfig_warnings <PyConfig.pathconfig_warnings>`"
msgstr ""
#: ../../c-api/init_config.rst:424
msgid "``\"perf_profiling\"``"
msgstr ""
#: ../../c-api/init_config.rst:425
msgid ":c:member:`perf_profiling <PyConfig.perf_profiling>`"
msgstr ""
#: ../../c-api/init_config.rst:428
msgid "``\"platlibdir\"``"
msgstr ""
#: ../../c-api/init_config.rst:429
msgid ":c:member:`platlibdir <PyConfig.platlibdir>`"
msgstr ""
#: ../../c-api/init_config.rst:432
msgid "``\"prefix\"``"
msgstr ""
#: ../../c-api/init_config.rst:433
msgid ":c:member:`prefix <PyConfig.prefix>`"
msgstr ""
#: ../../c-api/init_config.rst:436
msgid "``\"program_name\"``"
msgstr ""
#: ../../c-api/init_config.rst:437
msgid ":c:member:`program_name <PyConfig.program_name>`"
msgstr ""
#: ../../c-api/init_config.rst:440
msgid "``\"pycache_prefix\"``"
msgstr ""
#: ../../c-api/init_config.rst:441
msgid ":c:member:`pycache_prefix <PyConfig.pycache_prefix>`"
msgstr ""
#: ../../c-api/init_config.rst:444
msgid "``\"quiet\"``"
msgstr ""
#: ../../c-api/init_config.rst:445
msgid ":c:member:`quiet <PyConfig.quiet>`"
msgstr ""
#: ../../c-api/init_config.rst:448
msgid "``\"run_command\"``"
msgstr ""
#: ../../c-api/init_config.rst:449
msgid ":c:member:`run_command <PyConfig.run_command>`"
msgstr ""
#: ../../c-api/init_config.rst:452
msgid "``\"run_filename\"``"
msgstr ""
#: ../../c-api/init_config.rst:453
msgid ":c:member:`run_filename <PyConfig.run_filename>`"
msgstr ""
#: ../../c-api/init_config.rst:456
msgid "``\"run_module\"``"
msgstr ""
#: ../../c-api/init_config.rst:457
msgid ":c:member:`run_module <PyConfig.run_module>`"
msgstr ""
#: ../../c-api/init_config.rst:460
msgid "``\"run_presite\"``"
msgstr ""
#: ../../c-api/init_config.rst:461
msgid ":c:member:`run_presite <PyConfig.run_presite>`"
msgstr ""
#: ../../c-api/init_config.rst:464
msgid "``\"safe_path\"``"
msgstr ""
#: ../../c-api/init_config.rst:465
msgid ":c:member:`safe_path <PyConfig.safe_path>`"
msgstr ""
#: ../../c-api/init_config.rst:468
msgid "``\"show_ref_count\"``"
msgstr ""
#: ../../c-api/init_config.rst:469
msgid ":c:member:`show_ref_count <PyConfig.show_ref_count>`"
msgstr ""
#: ../../c-api/init_config.rst:472
msgid "``\"site_import\"``"
msgstr ""
#: ../../c-api/init_config.rst:473
msgid ":c:member:`site_import <PyConfig.site_import>`"
msgstr ""
#: ../../c-api/init_config.rst:476
msgid "``\"skip_source_first_line\"``"
msgstr ""
#: ../../c-api/init_config.rst:477
msgid ":c:member:`skip_source_first_line <PyConfig.skip_source_first_line>`"
msgstr ""
#: ../../c-api/init_config.rst:480
msgid "``\"stdio_encoding\"``"
msgstr ""
#: ../../c-api/init_config.rst:481
msgid ":c:member:`stdio_encoding <PyConfig.stdio_encoding>`"
msgstr ""
#: ../../c-api/init_config.rst:484
msgid "``\"stdio_errors\"``"
msgstr ""
#: ../../c-api/init_config.rst:485
msgid ":c:member:`stdio_errors <PyConfig.stdio_errors>`"
msgstr ""
#: ../../c-api/init_config.rst:488
msgid "``\"stdlib_dir\"``"
msgstr ""
#: ../../c-api/init_config.rst:489
msgid ":c:member:`stdlib_dir <PyConfig.stdlib_dir>`"
msgstr ""
#: ../../c-api/init_config.rst:492
msgid "``\"tracemalloc\"``"
msgstr ""
#: ../../c-api/init_config.rst:493
msgid ":c:member:`tracemalloc <PyConfig.tracemalloc>`"
msgstr ""
#: ../../c-api/init_config.rst:496
msgid "``\"use_environment\"``"
msgstr ""
#: ../../c-api/init_config.rst:497
msgid ":c:member:`use_environment <PyConfig.use_environment>`"
msgstr ""
#: ../../c-api/init_config.rst:500
msgid "``\"use_frozen_modules\"``"
msgstr ""
#: ../../c-api/init_config.rst:501
msgid ":c:member:`use_frozen_modules <PyConfig.use_frozen_modules>`"
msgstr ""
#: ../../c-api/init_config.rst:504
msgid "``\"use_hash_seed\"``"
msgstr ""
#: ../../c-api/init_config.rst:505
msgid ":c:member:`use_hash_seed <PyConfig.use_hash_seed>`"
msgstr ""
#: ../../c-api/init_config.rst:508
msgid "``\"use_system_logger\"``"
msgstr ""
#: ../../c-api/init_config.rst:509
msgid ":c:member:`use_system_logger <PyConfig.use_system_logger>`"
msgstr ""
#: ../../c-api/init_config.rst:512
msgid "``\"user_site_directory\"``"
msgstr ""
#: ../../c-api/init_config.rst:513
msgid ":c:member:`user_site_directory <PyConfig.user_site_directory>`"
msgstr ""
#: ../../c-api/init_config.rst:516
msgid "``\"utf8_mode\"``"
msgstr ""
#: ../../c-api/init_config.rst:517
msgid ":c:member:`utf8_mode <PyPreConfig.utf8_mode>`"
msgstr ""
#: ../../c-api/init_config.rst:520
msgid "``\"verbose\"``"
msgstr ""
#: ../../c-api/init_config.rst:521
msgid ":c:member:`verbose <PyConfig.verbose>`"
msgstr ""
#: ../../c-api/init_config.rst:524
msgid "``\"warn_default_encoding\"``"
msgstr ""
#: ../../c-api/init_config.rst:525