]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve c implementation of immutabledict
authorFederico Caselli <cfederico87@gmail.com>
Mon, 25 Jan 2021 20:39:42 +0000 (21:39 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 25 Jan 2021 20:39:42 +0000 (21:39 +0100)
commit78c97c1b54980a3e2c17d33fc4029da53309edb0
tree62e77fd642fab70877ea6a7c3c545fb157f9fa4e
parent57db20a187e80950037dd5a2141a560fe879e054
Improve c implementation of immutabledict

Avoids using the call methods and instead uses the dict c interface.

Fixes: #5871
Change-Id: I7a1211104da319b0793a149f1a24f9f95c9f6630
lib/sqlalchemy/cextension/immutabledict.c