[Python-checkins] cpython: Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h

victor.stinner python-checkins at python.org
Mon Mar 21 01:59:06 CET 2011


http://hg.python.org/cpython/rev/c0829c4e19cf
changeset: 68780:c0829c4e19cf
user: Victor Stinner <victor.stinner at haypocalc.com>
date: Mon Mar 21 01:58:55 2011 +0100
summary:
 Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h
PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
files:
 Include/pyerrors.h
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -208,8 +208,6 @@
 );
 
 #ifdef MS_WINDOWS
-PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(
- int, const char *);
 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
 int ierr,
 const char *filename /* decoded from the filesystem encoding */
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /