[issue20517] Support errors with two filenames for errno exceptions

Serhiy Storchaka report at bugs.python.org
Sun Feb 9 18:42:35 CET 2014


Serhiy Storchaka added the comment:

I'm not sure that PyErr_SetFromWindowsErrWithFilenames() and PyErr_SetExcFromWindowsErrWithFilenames() will be useful. "const char*" filenames are not recommended on Windows. Victor can say more.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20517>
_______________________________________


More information about the Python-bugs-list mailing list