[issue11210] PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: remove it from pyerrors.h

2011-03-20 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset c0829c4e19cf by Victor Stinner in branch 'default': Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h http://hg.python.org/cpython/rev/c0829c4e19cf -- nosy: +python-dev resolution: - fixed

[issue11210] PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: remove it from pyerrors.h

2011-02-15 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +loewis, mhammond ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11210 ___ ___ Python-bugs-list

[issue11210] PyErr_SetFromWindowsErrWithFilenameObject() doesn't exist: remove it from pyerrors.h

2011-02-14 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(int, const char *); has a strange prototype: FilenameObject usually indicates a PyObject* argument, not a char* argument. The function doesn't exist in