Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.

This commit is contained in:
Larry Hastings 2014-02-10 03:43:57 -08:00
parent 1c143b19c8
commit 8f9f0f12e8
6 changed files with 7 additions and 173 deletions

View file

@ -726,8 +726,8 @@ ComplexExtendsException(PyExc_Exception, ImportError,
* when it was supplied.
*
* (If a function has two filenames, such as rename(), symlink(),
* or copy(), PyErr_SetFromErrnoWithFilenames() is called, which
* allows passing in a second filename.)
* or copy(), PyErr_SetFromErrnoWithFilenameObjects() is called,
* which allows passing in a second filename.)
*/
/* This function doesn't cleanup on error, the caller should */