diff options
author | shadchin <shadchin@yandex-team.com> | 2024-04-11 21:35:50 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2024-04-11 21:45:16 +0300 |
commit | 00ff372db04018582b653a028eb3647b40544256 (patch) | |
tree | 77a826d8773ce993032736f6ba0a56f9629cc2b2 /contrib/tools/cython/cython.py | |
parent | e777f6fe503bff0abc88aec2b1f7da675bfb68ae (diff) | |
download | ydb-00ff372db04018582b653a028eb3647b40544256.tar.gz |
Fix utilitycode generation for const fused typedef (backport)
Need for update scikit-learn
371604d3522a7676f7380c48b63025dbe6dcf25f
Diffstat (limited to 'contrib/tools/cython/cython.py')
-rwxr-xr-x | contrib/tools/cython/cython.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/cython/cython.py b/contrib/tools/cython/cython.py index 554ba1b4ff..4111f048da 100755 --- a/contrib/tools/cython/cython.py +++ b/contrib/tools/cython/cython.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Change content of this file to change uids for cython programs - cython 0.29.37 r0 +# Change content of this file to change uids for cython programs - cython 0.29.37 r1 # # Cython -- Main Program, generic |