]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
explicitly refer to Apple M1 for greenlet issue
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Apr 2022 13:28:47 +0000 (09:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Apr 2022 13:28:47 +0000 (09:28 -0400)
commitf7ebfa6072d65c32c61194b265662c957d3f09dd
tree09eb29bed058805518a3a0643e0ad303c906caf5
parent735792d75681e3bc6cdd2d97a903909c6f993b7f
explicitly refer to Apple M1 for greenlet issue

As developers are now buying lots of Apple M1
machines, and AFAWK greenlet is still not able
to provide a pre-built wheel, we are going to get a lot
of devs trying to use asyncio on their Apple M1s, in
greater proportions compared to devs running containers
etc. on other various less popular CPU architectures.

Add a new FAQ section for installation, add new
red dragon to the very top of asyncio docs,
add new verbiage, all of which includes
"Apple M1" in bold text, to minimize the chance of anyone
missing this.

Fixes: #7922
Fixes: #7714
Change-Id: I106923a2860a4efd77d1b999197be102afc1f73d
doc/build/faq/index.rst
doc/build/faq/installation.rst [new file with mode: 0644]
doc/build/orm/extensions/asyncio.rst