Files
LucasMalor 11cb95b1d3 improved immutabledict merge_with and union
Now `immutabledict.merge_with is an alias of `immutabledict.union`,
both accept multiple arguments.
The methods now avoid doing copies of not required: if the method is
called only one `immutabledict` that's not empty it's returned.

Fixes: #13043

Closes: #13042
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13042
Pull-request-sha: bd53e48843

Change-Id: I8078f239e1ca36994b488b15f2fac40facf7f249
2026-01-01 13:42:11 -05:00
..