]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
replace "in" operator with "==" + "or" for greenlet platforms
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Sep 2021 18:38:02 +0000 (14:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Sep 2021 18:38:02 +0000 (14:38 -0400)
commit6b1081ef618a1e3279cc82f725ccf955b0001fd3
tree299f61aa4ffd07b79f8f471133b31a1c6f47a949
parent0277ec7b9d894b16b5ef83ec722c321d5cb3c0e4
replace "in" operator with "==" + "or" for greenlet platforms

Further adjusted the "greenlet" package specifier in setup.cfg to use a
long chain of "or" expressions, so that the comparison of
``platform_machine`` to a specific identifier matches only the complete
string.

Fixes: #7024
Change-Id: I1cd40f5e14c62c21bd2e530ca8e38a5a3d50d353
doc/build/changelog/unreleased_14/7024.rst [new file with mode: 0644]
setup.cfg