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 | 9c034ca73910affb348e51723b5af8c2db850d1e (patch) | |
tree | be7cdce36d5646283f8fb0552ab3df7979192263 /contrib/tools/python/src | |
parent | 6400e9461eb46fbf792bb457abea992f9bb135c1 (diff) | |
download | ydb-9c034ca73910affb348e51723b5af8c2db850d1e.tar.gz |
Restoring authorship annotation for <prez@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src')
-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 51134ef7b2..71e1496851 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__) |