-
-
Notifications
You must be signed in to change notification settings - Fork 3
Add PyAwaitable_DeferAwait
#52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for awaitable canceled.
|
ZeroIntensity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM.
Co-authored-by: Peter Bierma <[email protected]>
ZeroIntensity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to also update the ctypes bindings in src/pyawaitable/bindings.py and add tests with them.
|
I wonder if the test should start out as sync and simply use |
|
Why? |
ZeroIntensity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll deal with documentation after this gets merged.
…d when deferring an awaitable.
bafb6f6 to
561b49c
Compare
PyAwaitable_DeferAwait
Implements #36.