[Python-Dev] PyRun_ with file name (original) (raw)
Tim Peters tim.peters at gmail.com
Mon Aug 9 02:42:57 CEST 2004
- Previous message: [Python-Dev] PyRun_ with file name
- Next message: [Python-Dev] PyRun_ with file name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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 PyRunFilename - 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).
- Previous message: [Python-Dev] PyRun_ with file name
- Next message: [Python-Dev] PyRun_ with file name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]