Choonholic

Results 4 comments of 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...