TextIO somehow causes a TypeError when using `multiprocessing` to spawn a Process. ``` TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType' ``` Just fyi. _Originally posted by @slook in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/494#discussion_r2470709673_
TextIO somehow causes a TypeError when using
multiprocessingto spawn a Process.Just fyi.
Originally posted by @slook in #494 (comment)