]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Minor optimization to the code
authorFederico Caselli <cfederico87@gmail.com>
Thu, 18 Feb 2021 18:12:45 +0000 (19:12 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 18 Feb 2021 19:37:22 +0000 (20:37 +0100)
commit629273a31b1be9ed195e9082d40b8741ab31e073
tree98d90e9a518737d2dfb6176f71654db2c04af728
parent227fd31d7d7c9354e51008e5a14e2cb5ee885266
Minor optimization to the code

* remove the c version of distill params since it's actually slower than
the python one
* add a function to langhelpers to check if the cextensions are active
* minor cleanup to the OrderedSet implementation

Change-Id: Iec3d0c3f0f42cdf51f802aaca342ba37b8783b85
.github/workflows/create-wheels.yaml
lib/sqlalchemy/cextension/utils.c [deleted file]
lib/sqlalchemy/engine/util.py
lib/sqlalchemy/testing/profiling.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/langhelpers.py
setup.py
test/engine/test_processors.py