ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
121 stars 77 forks source link

Fix creation of event loop in pg widgets backend #983

Closed ejeschke closed 2 years ago

ejeschke commented 2 years ago

tornado has changed their event loop to use asyncio's native event loop; this necessitates a change in how we initialize ours