diff options
author | vvvv <[email protected]> | 2025-06-17 23:08:38 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2025-06-18 11:14:06 +0300 |
commit | 7803a38571cb0dc674b01065f374c116de966b4b (patch) | |
tree | 1e3e98c1d5205cf9930965e6a5c6a967824165ac /yql/essentials/udfs/common/python/bindings/py_iterator.cpp | |
parent | 80d6f567b04024db1404525203859e917f332a26 (diff) |
YQL-20086 udfs
commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
Diffstat (limited to 'yql/essentials/udfs/common/python/bindings/py_iterator.cpp')
-rw-r--r-- | yql/essentials/udfs/common/python/bindings/py_iterator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/python/bindings/py_iterator.cpp b/yql/essentials/udfs/common/python/bindings/py_iterator.cpp index 090211be2c1..c6f21cecb16 100644 --- a/yql/essentials/udfs/common/python/bindings/py_iterator.cpp +++ b/yql/essentials/udfs/common/python/bindings/py_iterator.cpp @@ -38,7 +38,7 @@ struct TPyIterator }; #if PY_MAJOR_VERSION >= 3 -#define Py_TPFLAGS_HAVE_ITER 0 +#define Py_TPFLAGS_HAVE_ITER 0 // NOLINT(readability-identifier-naming) #endif PyTypeObject PyIteratorType = { |