]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Work around __weakref__ + __slots__ + Generics bug on Python 3.6
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Jan 2021 21:45:06 +0000 (22:45 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 8 Jan 2021 01:32:29 +0000 (02:32 +0100)
commiteb9094287296c8b555bb5d579a0261022eb0a583
treefe7784819ecb2f96a955c9eabc68324cc6844106
parent991cec5ac6790ae09ae2ff91d4147d71df48ddf5
Work around __weakref__ + __slots__ + Generics bug on Python 3.6

See bug https://bugs.python.org/issue41451
psycopg3/psycopg3/cursor.py