Skip to content

make_request implementation #644

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

Merged
merged 21 commits into from
Apr 17, 2025
Merged

make_request implementation #644

merged 21 commits into from
Apr 17, 2025

Conversation

bretambrose
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

response_paths, allocator, (size_t)path_count, sizeof(struct aws_request_response_path));

for (size_t i = 0; i < (size_t)path_count; ++i) {
PyObject *entry_py = PySequence_GetItem(response_paths_py, i);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does PySequence_GetItem set the error indicator on failure? Quick googling didn't help me.
If not, we should set it ourselves.

Base automatically changed from RequestResponseClients to main April 17, 2025 21:04
@bretambrose bretambrose merged commit af06aa5 into main Apr 17, 2025
63 checks passed
@bretambrose bretambrose deleted the RequestResponseMakeRequest branch April 17, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants