Thanks to visit codestin.com Credit goes to github.com
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 1f8cc33 commit 37cac76Copy full SHA for 37cac76
1 file changed
Doc/library/sysconfig.rst
@@ -204,7 +204,9 @@ Other functions
204
205
.. function:: is_python_build()
206
207
- Return ``True`` if the current Python installation was built from source.
+ Return ``True`` if the running Python interpreter was built from source and
208
+ is being run from its built location, and not from a location resulting from
209
+ e.g. running ``make install`` or installing via a binary installer.
210
211
212
.. function:: parse_config_h(fp[, vars])
0 commit comments