[Python-Dev] PyRun_ with file name (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Aug 6 22:51:53 CEST 2004
- Previous message: [Python-Dev] Re: PEP 0008 confusion - here it is, but don't use it?
- Next message: [Python-Dev] PyRun_ with file name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Re: PEP 0008 confusion - here it is, but don't use it?
- Next message: [Python-Dev] PyRun_ with file name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]