在https://pypi.python.org/pypi下载时候
看到cp27提供2种包
一个是cp27m
一个是cp27mu
搜了一下区别
ucs2和ucs4
https://github.com/pypa/manylinux
Note that prior to CPython 3.3, there were two ABI-incompatible waysof building CPython: --enable-unicode=ucs2
and--enable-unicode=ucs4
. We provide both versions(e.g. /opt/python/cp27-cp27m
for narrow-unicode,/opt/python/cp27-cp27mu
for wide-unicode). NB: essentially allLinux distributions configure CPython in mu
(--enable-unicode=ucs4
) mode, but --enable-unicode=ucs2
buildsare also encountered in the wild. Other less common or virtuallyunheard of flag combinations (such as --with-pydebug
(d
) and--without-pymalloc
(absence of m
)) are not provided.