Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: import aiostream only if sys.version < python 3.9 #1023

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lduchosal
Copy link

No description provided.

@WhyNotHugo
Copy link
Member

WhyNotHugo commented Dec 27, 2022 via email

@lduchosal
Copy link
Author

lduchosal commented Dec 27, 2022

issue #1022 sum up my problem. aiostream is not needed in python 39 .. Everything works fine if imports are removed.
import is skipped if python >= 3.9 ... not the other way around.

@WhyNotHugo
Copy link
Member

I don't know why you assume that it's not necessary, but it is. There's a lot of code relying on it (just look for other references to aiostream).

Most of the usages of this library is in tests, but not all of them.

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