You can compile Python in various ways. I\'d like to find out with which options my Python was compiled.
Concrete use-case: was my Python compiled with readline? I k
(This is for reference only)
BTW, to get the list of options that PyPy was compiled with, run
pypy --info