We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b813de5 commit f7e840aCopy full SHA for f7e840a
doc/sphinx/source/compiler_flags.rst
@@ -47,13 +47,6 @@ Programmatically from Within a Python Process
47
48
The ``sysconfig`` module contains information about the build environment for the particular version of Python:
49
50
-.. code-block:: bash
51
-
52
- $ python3
53
- Python 3.13.0b3 (v3.13.0b3:7b413952e8, Jun 27 2024, 09:57:31) [Clang 15.0.0 (clang-1500年3月9日.4)] on darwin
54
- Type "help", "copyright", "credits" or "license" for more information.
55
- >>>
56
57
.. code-block:: python
58
59
>>> import sysconfig
@@ -244,3 +237,5 @@ This looks something like this (wrapped for clarity and replaced user with <USER
244
237
-Wno-unused-variable -Wno-unused-parameter -fexceptions \
245
238
-Wno-c99-extensions -Wno-c++11-extensions -O0 -g3 -ggdb \
246
239
-Wno-unused-function
240
+
241
+This would be fairly easy to parse, perhaps by ``setup.py``.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments