id: 1254 所有者: msakamoto-sf 作成日: 2014-01-19 00:25:19 カテゴリ: Python [ Prev ] [ Next ] [ Python ] Pythonインタープリタがコンパイルされた時の、コンパイルオプションを確認するメモ。 Python 2.6: import distutils.sysconfig print distutils.sysconfig.get_config_vars() Python 2.7以降: import sysconfig print sysconfig.get_config_vars() 参考: compilation - How to get a list of options that Python was compiled with? - Stack Overflow http://stackoverflo