SQLAlchemy与Python 3.2:不支持C扩展?

Vit*_*mar 6 sqlalchemy

我在Python 3.2.2下安装了SQLAlchemy,并在命令提示符下看到了e message:

C extensions are not supported on this Python platform, speedups are not enabled.
Plain-Python build succeeded.
Run Code Online (Sandbox Code Playgroud)

但在文档中:

The C extensions as well as Python 3 builds are supported.
Run Code Online (Sandbox Code Playgroud)

怎么会这样?

bob*_*nce 7

英语含糊不清.

支持{C extensions}和{Python 3 builds}.

不支持{C扩展和Python 3构建}:

稍后在文档中:

目前,只有2.xx系列的cPython支持扩展,而不支持Python 3或Pypy

  • py3k支持补丁见http://www.sqlalchemy.org/trac/ticket/2161.基本上我们需要精通Python C扩展的人来签署该补丁和Taavi的评论.然后它准备好了. (2认同)