mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
This commit is contained in:
parent
1c143b19c8
commit
8f9f0f12e8
6 changed files with 7 additions and 173 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue