]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restore set-as-superclass for OrderedSet
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Jan 2022 23:13:05 +0000 (18:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Jan 2022 16:18:55 +0000 (11:18 -0500)
commit5aee5fe12afdeb4569e588344f00aa56c9250215
tree2319b83f15a0139bb8f9c60697c40a440c386b5f
parentff1ab665cb1694b85085680d1a02c7c11fa2a6d4
restore set-as-superclass for OrderedSet

OrderedSet again subclasses set, spent some time
with the stubs at
https://github.com/python/typeshed/blob/master/stdlib/builtins.pyi#L887
to more deeply understand what they are doing here
so that we can type check fully.

Change-Id: Iec9b5ab43befd30e1f2c5cc40e59ab852dd28e75
lib/sqlalchemy/cyextension/collections.pyx
lib/sqlalchemy/util/_py_collections.py