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

stream_reader.py: import sys #75

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Conversation

joel-hall
Copy link
Contributor

open_connection throws a NameError exception and freezes when asyncio.run is called with debug=True. To reproduce issue:

import asyncio
import telnetlib3

async def open_connection():
  return await telnetlib3.open_connection("127.0.0.1", "12345")

if __name__ == "__main__":
    asyncio.run(open_connection(), debug=True)

@jquast
Copy link
Owner

jquast commented Jun 2, 2023

Thank you!

@jquast jquast added the bug label Jun 2, 2023
@jquast jquast merged commit 44e7cdf into jquast:master Jun 16, 2023
@philipflesher
Copy link

@jquast I could really use that minor fix -- can you release this?

@jquast
Copy link
Owner

jquast commented Jul 8, 2023

sure

@jquast
Copy link
Owner

jquast commented Jul 8, 2023

@philipflesher
Copy link

philipflesher commented Jul 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants