diff options
author | prez <prez@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
commit | b637e2fa3213638fbabe52c15dad14c8237945ac (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib | |
parent | 9c034ca73910affb348e51723b5af8c2db850d1e (diff) | |
download | ydb-b637e2fa3213638fbabe52c15dad14c8237945ac.tar.gz |
Restoring authorship annotation for <prez@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tools/python/src/Include/pyerrors.h | 2 |
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__) |