[Python-Dev] PyRun_ with file name

"Martin v. Löwis" martin at v.loewis.de
Fri Aug 6 22:51:53 CEST 2004


There is a constant issue of mixing CRTs on Windows. Patch 1003535
proposes to work around them by adding yet another PyRun_ function.
I'm in favour, except that:
- it should be called PyRun_Filename
- it should have the maximum current parameter set, i.e. including
   CompilerFlags*

I'm doubtful as to whether specifying an opening mode is necessary.

What do you think?

Martin


More information about the Python-Dev mailing list