Skip to content

Conversation

@jonathan343
Copy link
Contributor

Summary

The aio module was added in #658. This PR resolves the two following problems that exist after this PR:

  1. There was no __init__.py file included under the aio module. As a result, setuptools.find_packages doesn't recognize it as a module and it doesn't get included when building the source and binary distributions for the awscrt.
  2. from awscrt import * is now broken since aio.http is included in the __all__ list in the top-level __init__.py file. This PR changes the list entry from aio.http to aio.

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

@jonathan343 jonathan343 merged commit 8aff6bb into awslabs:main Oct 8, 2025
62 checks passed
@jonathan343 jonathan343 deleted the add-aio-init branch October 8, 2025 18:00
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.

2 participants