You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that advisory lock prefixes fit in 32 bits (#16)
We only reserve 32 bits for an advisory lock prefix, and since Python
doesn't have a specific `int32` type, do a preflight check on the client
to make sure that a given prefix is valid and will fit.
0 commit comments