CreateProcessW
* Fix exception when `CreateProcessW` fails This change makes the behavior on Windows consistent with the behavior on Linux. * test: Add `test_exception`