[Python-Dev] [Python-checkins] cpython (3.3): Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't

Stefan Krah stefan at bytereef.org
Sun Sep 30 18:04:24 CEST 2012


If anyone wants to force either an ANSI build or a specific libmpdec
configuration, setup.py recognizes this environment variable (example):

   export PYTHON_DECIMAL_WITH_MACHINE=ansi64


The supported configurations listed here:

   http://hg.python.org/cpython/file/07d9d2901adb/Modules/_decimal/README.txt



Stefan Krah




More information about the Python-Dev mailing list