jquast / telnetlib3

Python Telnet server and client Protocol library using asyncio
Other
147 stars 32 forks source link

stream_reader.py: import sys #75

Closed joel-hall closed 1 year ago

joel-hall commented 1 year ago

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 commented 1 year ago

Thank you!

philipflesher commented 1 year ago

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

jquast commented 1 year ago

sure

jquast commented 1 year ago

This is done. Best wishes @philipflesher and thanks for the PR, @joel-hall https://github.com/jquast/telnetlib3/releases/tag/2.0.3 https://pypi.org/project/telnetlib3/2.0.3/

philipflesher commented 1 year ago

Thanks!

On Sat, Jul 8, 2023, 10:14 AM Jeff Quast @.***> wrote:

This is done. Best wishes @philipflesher https://github.com/philipflesher and thanks for the PR, @joel-hall https://github.com/joel-hall https://github.com/jquast/telnetlib3/releases/tag/2.0.3 https://pypi.org/project/telnetlib3/2.0.3/

— Reply to this email directly, view it on GitHub https://github.com/jquast/telnetlib3/pull/75#issuecomment-1627375058, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKKVSRORB2T75JMNAR76ILXPF2MNANCNFSM6AAAAAAYWD6BAY . You are receiving this because you were mentioned.Message ID: @.***>