sysconfig — Interpreter Compile-time Configuration — PyMOTW 3
Originally posted
· 1 min read
The features of sysconfig have been extracted from distutils to create a stand-alone module. It includes functions for determining the settings used to compile and install the current interpreter.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.