[Python-Dev] PyRun_ with file name
Tim Peters
tim.peters at gmail.com
Mon Aug 9 02:42:57 CEST 2004
[Martin v. Löwis]
> 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*
The patch appears to include a whole bunch of irrelevant changes too
(which I've noted on the tracker).
> I'm doubtful as to whether specifying an opening mode is necessary.
Or useful <0.5 wink>.
> What do you think?
If you understand the problem, and believe it will fix it, +1 (I don't
think I fully understand the problem, but it gets points from me for
being a small change).
More information about the Python-Dev
mailing list