Skip to content

Instantly share code, notes, and snippets.

@ben-albrecht
Created October 24, 2018 19:56
Show Gist options
  • Save ben-albrecht/b06d912f6f45ce89e7c5c5b56bdb0a3b to your computer and use it in GitHub Desktop.
Save ben-albrecht/b06d912f6f45ce89e7c5c5b56bdb0a3b to your computer and use it in GitHub Desktop.
"""enableshared.py"""
import sysconfig
# Prints [1] if built with --enable-shared, [0] otherwise
print(sysconfig.get_config_vars('Py_ENABLE_SHARED'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment