Choonholic
Choonholic
`sys.argv` returns incorrect results: Command: `abc.exe argv1 argv2` In Nuitka 2.3.11 - `sys.argv = ['\path\abc.exe', 'argv1', 'argv2']` But in Nuitka 2.4 - `sys.argv = ['\path\abc.exeargv1', 'argv2']` I had to rollback...
I've tested with some configurations: Build Tools 17.11.0 (MSVC 14.41) With SDK 22000: SAME Build Tools 17.11.0 (MSVC 14.41) With SDK 22621: SAME Build Tools 17.11.0 (MSVC 14.41) With SDK...
@HAL9000COM, I agree with you that the issue is caused by a compiler update from Microsoft. @kayhayen, I'm going to wait it out, because even though I'm getting a lot...
@kayhayen, With factory version `2.5rc5` and `/wd4391` options, compilation stage passed without any warnings. Thank you.