I’ve installed SQLAlchemy under Python 3.2.2 and saw e message in command prompt:
C extensions are not supported on this Python platform, speedups are not enabled.
Plain-Python build succeeded.
But in docs:
The C extensions as well as Python 3 builds are supported.
How could it be?
English ambiguity.
{The C extensions} and {Python 3 builds} individually are supported.
{The C extensions and Python 3 builds} together are not supported:
Later in the doc: