qdbp / py9status

i3bar status line in python 3
3 stars 1 forks source link

PY3Status.write_statusline can crash the main thread with AssertionError #1

Closed qdbp closed 7 years ago

qdbp commented 7 years ago

chunk_to_json can crash with AssertionError - invocations should be moved out of the main thread into child threads, which means moving them out of write_statusline