File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,6 @@ Programmatically from Within a Python Process
47
47
48
48
The ``sysconfig `` module contains information about the build environment for the particular version of Python:
49
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
50
.. code-block :: python
58
51
59
52
>> > 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 ``.
You can’t perform that action at this time.
0 commit comments