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
This introduces two new properties, dotted_form, for querying
the dotted form of the OID, and byte_form, for querying the
raw OID encoding. By making __bytes__ and __hash__ rely on byte_form,
infinite recursion is prevented when deriving a subclass that
overrides __bytes__.
Signed-off-by: Alexander Scheel <[email protected]>
0 commit comments