summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2013-11-11 21:57:06 +0000
committerDwayne Litzenberger <dlitz@dlitz.net>2014-02-22 12:40:25 -0800
commit5dc0db200952fe4ea65e4100f4e0c1a2bb79b9f2 (patch)
treebfd62a98b2afcaf5e96be2ad016725e61959ec78 /build-aux
parentda8b67318c657af432001c1b425fd8ab5e5879ab (diff)
downloadpycrypto-5dc0db200952fe4ea65e4100f4e0c1a2bb79b9f2.tar.gz
Use different method for getting ext_suffix
``` ext_suffix = get_config_var("EXT_SUFFIX") or get_config_var("SO") ``` because `get_config_var("SO")` returns None in Python 3.4.0a4 because the "SO" variable is deprecated and "EXT_SUFFIX" is the new way to get this information (see: http://bugs.python.org/issue19555) This fixes `TypeError: Can't convert 'NoneType' object to str implicitly` errors when running the tests on Python 3.4.0a4.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions