-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-43815: Fixing doc for callback for lambda #25779
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
Fixing callback for lambda when no return value is provided
|
@ericvsmith have made changes as per your suggestion, it would be great if you can review. |
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.
LGTM. Thanks!
|
@shreyneil: Status check is done, and it's a success ❌ . |
|
The failing tests are unrelated. This is a documentation change. |
@ericvsmith can we go ahead with the merge then ? |
|
I'd like to, but the UI won't let me. I'll see if closing it and reopening it can re-run the tests and have them succeed. |
|
@shreyneil: Status check is done, and it's a success ❌ . |
1 similar comment
|
@shreyneil: Status check is done, and it's a success ❌ . |
|
You have to love this message: Status check is done, and it's a success ❌ . I'm not sure the red X tells me it's a success! |
|
Now it's letting me commit. Thanks for the fix, @shreyneil. |
|
Thanks @shreyneil for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
|
GH-25789 is a backport of this pull request to the 3.8 branch. |
|
Thanks @shreyneil for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Thanks @shreyneil for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
I can't get miss-islington to trigger the actual backport to 3.9. I guess I'll just have to be more patient. |
@ericvsmith correct have to be patient, try to get miss-islington to trigger the backport to 3.9. |
|
Thanks @shreyneil for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
I'm looking into it. |
|
The PR was already created at #25788 |
Fixing callback for lambda when no return value is provided
https://bugs.python.org/issue43815
Automerge-Triggered-By: GH:ericvsmith