aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprez <prez@yandex-team.ru>2022-02-10 16:48:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:21 +0300
commitb637e2fa3213638fbabe52c15dad14c8237945ac (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parent9c034ca73910affb348e51723b5af8c2db850d1e (diff)
downloadydb-b637e2fa3213638fbabe52c15dad14c8237945ac.tar.gz
Restoring authorship annotation for <prez@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--contrib/tools/python/src/Include/pyerrors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python/src/Include/pyerrors.h b/contrib/tools/python/src/Include/pyerrors.h
index 71e1496851..51134ef7b2 100644
--- a/contrib/tools/python/src/Include/pyerrors.h
+++ b/contrib/tools/python/src/Include/pyerrors.h
@@ -215,7 +215,7 @@ PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErr(PyObject *, int);
/* Export the old function so that the existing API remains available: */
PyAPI_FUNC(void) PyErr_BadInternalCall(void);
-PyAPI_FUNC(void) _PyErr_BadInternalCall(const char *filename, int lineno);
+PyAPI_FUNC(void) _PyErr_BadInternalCall(const char *filename, int lineno);
/* Mask the old API with a call to the new API for code compiled under
Python 2.0: */
#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)