| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,8 @@ | |||
| 7 | 7 | Initialization, Finalization, and Threads | |
| 8 | 8 | ***************************************** | |
| 9 | 9 | ||
| 10 | + See also :ref:`Python Initialization Configuration <init-config>`. | ||
| 11 | + | ||
| 10 | 12 | .. _pre-init-safe: | |
| 11 | 13 | ||
| 12 | 14 | Before Python Initialization | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in | |||
| 48 | 48 | ``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in | |
| 49 | 49 | ``PyInterpreterState.config``. | |
| 50 | 50 | ||
| 51 | + See also :ref:`Initialization, Finalization, and Threads <initialization>`. | ||
| 52 | + | ||
| 51 | 53 | .. seealso:: | |
| 52 | 54 | :pep:`587` "Python Initialization Configuration". | |
| 53 | 55 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments