hacks
¶
This module contains some temporary inelegant fixes that hopefully can be removed later.
- turboctl.hacks.monkeypatch_urwid()¶
Monkey-patch a bug in Urwid.
Urwid has a bug that causes a memory leak; the issue is documented here: https://github.com/urwid/urwid/issues/451 The issue is still open on 2024-05-07 and apparently the simple fix here breaks something else, but it seems to work for the purposes of TurboCtl.