peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.61k stars 238 forks source link

fix event loop for Python 3.10+ #350

Closed vtbassmatt closed 2 years ago

vtbassmatt commented 2 years ago

Thanks for taking the time to contibute to this project. You are a star!

Issues fixed by this PR

n/a, just something I noticed kicking the tires

What does this implement/fix?

fixes the acquisition of the event loop for Python 3.10+

Any other comments?

n/a

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.88% when pulling 110a1f086e367acc410e0b32df3c64a49f000ef5 on vtbassmatt:asyncio-py3.10 into a502101743741c6c35530b6e00f29d3786d99c5d on peterbrittain:master.