Replies: 1 comment
-
Any reason why you can't use As for the rationale: it's been several years (almost 3 years to the day, it seems!), and I honestly don't remember the details, but when I planned out the transition to async-first, I decided to provide compatibility wrappers for methods that I expected to be called within client code. |
Beta Was this translation helpful? Give feedback.
-
Hey. I'm wondering if there isn't a synchronous version of
Signer.signed_attrs
and if there isn't how come this decision was made given that there are sync/async counterparts on most other methods. This one is async but doesn't have theasync
prefix on the name like other async methods and it looks like it was made async in 0.9 in a breaking change. Am I missing something here?Beta Was this translation helpful? Give feedback.
All reactions