diff options
| author | robot-piglet <[email protected]> | 2024-07-21 16:13:55 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-21 16:23:37 +0300 |
| commit | 01ca96da35fb638afb713db029009a97d87eed87 (patch) | |
| tree | d5c4e3783c7c372a00ba5a51804e8330d9f71f20 /library/python/cyson | |
| parent | 7d21c95992e12e49a9afe45263936a45fb902b6e (diff) | |
Intermediate changes
Diffstat (limited to 'library/python/cyson')
| -rw-r--r-- | library/python/cyson/cyson/unsigned_long.cpp | 3 |
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 bbc25bef9c9..d6fbcf19562 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 }; } |
