mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove err_input -- there is no such global!
This commit is contained in:
parent
45b83915f8
commit
e053c67780
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define getistringarg PyArg_GetString
|
||||
#define err_badarg PyErr_BadArgument
|
||||
#define err_badcall PyErr_BadInternalCall
|
||||
#define err_input PyErr_Input
|
||||
#define err_nomem PyErr_NoMemory
|
||||
#define err_errno PyErr_SetFromErrno
|
||||
#define err_set PyErr_SetNone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue