Closed KSR-Yasuda closed 3 months ago
Even if os.fork()
issue is cleared,
it may be still hard to run on MinGW python due to file path problem:
it manages file path in Windows style (e.g. C:\\dir\\path\\name
).
I'd rather give up MinGW python and use MSYS2 ver.
I'll close the issue for now.
Could you avoid
os.fork()
?On Windows env,
cppman
fails onos.fork()
, since python is not supporting process fork.How to Repro