2 Commits
Author SHA1 Message Date
Celelibi 5cbd2524dc python: fix for timers that unhook themselves
The python plugin use weak references for hooks, which might let a
necessary object disappear if the callback of a timer hook unhooks
itself.

Signed-off-by: Celelibi <[email protected]>
2023-04-24 17:10:41 -05:00
Celelibi 847e5a14d6 python: add flush() to Stdout
Python sometime calls flush() on sys.stdout or sys.stderr.
In particular, it might do so when an exception is raised. This fixes
the second error message that was generated in such cases.

Signed-off-by: Celelibi <[email protected]>
2023-04-03 12:29:22 -05:00