PyRun_SimpleFile() crashes on Windows but not on Unix; why?
PyRun_SimpleFile takes a pointer to a stdio FILE structure, but the contents of that structure is not standardized. If the FILE* structure in your embedding program isn’t the same as is assumed by the Python interpreter it w