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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-introduce support for async io in python 3.12 #501

Closed
tomato42 opened this issue Aug 3, 2023 · 1 comment
Closed

Re-introduce support for async io in python 3.12 #501

tomato42 opened this issue Aug 3, 2023 · 1 comment
Labels
complex Issues that require good knowledge of tlslite-ng internals or cryptography enhancement new feature to be implemented help wanted
Milestone

Comments

@tomato42
Copy link
Member

tomato42 commented Aug 3, 2023

As asyncore was removed in 3.12, the TLSAsyncDispatcherMixIn doesn't work any more.

Either migrate the class to asyncio or provide a separate MixIn class that uses asyncio.

@tomato42 tomato42 added enhancement new feature to be implemented help wanted complex Issues that require good knowledge of tlslite-ng internals or cryptography labels Aug 3, 2023
@tomato42 tomato42 pinned this issue Feb 7, 2024
@tomato42 tomato42 unpinned this issue Feb 7, 2024
@tomato42
Copy link
Member Author

fixed by #520

@tomato42 tomato42 added this to the v0.8.0 milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complex Issues that require good knowledge of tlslite-ng internals or cryptography enhancement new feature to be implemented help wanted
Projects
None yet
Development

No branches or pull requests

1 participant