aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-07-21 16:13:55 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-07-21 16:23:37 +0300
commit01ca96da35fb638afb713db029009a97d87eed87 (patch)
treed5c4e3783c7c372a00ba5a51804e8330d9f71f20 /library
parent7d21c95992e12e49a9afe45263936a45fb902b6e (diff)
downloadydb-01ca96da35fb638afb713db029009a97d87eed87.tar.gz
Intermediate changes
Diffstat (limited to 'library')
-rw-r--r--library/python/cyson/cyson/unsigned_long.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/python/cyson/cyson/unsigned_long.cpp b/library/python/cyson/cyson/unsigned_long.cpp
index bbc25bef9c..d6fbcf1956 100644
--- a/library/python/cyson/cyson/unsigned_long.cpp
+++ b/library/python/cyson/cyson/unsigned_long.cpp
@@ -308,5 +308,8 @@ namespace NCYson {
#if PY_VERSION_HEX >= 0x030c0000
0, /*tp_watched*/
#endif
+#if PY_VERSION_HEX >= 0x030D00A4
+ 0, /*tp_versions_used*/
+#endif
};
}