View Single Post
Old 04-09-2025, 09:45 AM   #98
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,948
Karma: 6361444
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by BeckyEbook View Post
It works! Thank you!
Great! I tried to redirect stdout but it fails since there is no way to know when the last replacement is being done by the user in advance so there is no way to put stdout back where it belongs (using the python __del__ method will not always work since it waits until garbage collection happens).

So I will push this version to master.
KevinH is offline   Reply With Quote