[Python-Dev] FormatError() in callproc.c under win32 (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Mon Jan 26 23:12:22 CET 2009
- Previous message: [Python-Dev] FormatError() in callproc.c under win32
- Next message: [Python-Dev] FormatError() in callproc.c under win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In callproc.c from trunk is a function called SetException(), which calls FormatError() only to discard the contents. Can anyone enlighten me to the reasons thereof?
Interestingly enough, the code used to say
PyErr_SetString(PyExc_WindowsError, lpMsgBuf);
Then it was changed to its current form, with a log message of
Changes for windows CE, contributed by Luke Dunstan. Thanks a lot!
See
I suggest you ask Thomas Heller and Luke Dunstan (if available) what the rationale for this partial change was.
Regards, Martin
- Previous message: [Python-Dev] FormatError() in callproc.c under win32
- Next message: [Python-Dev] FormatError() in callproc.c under win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]