aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python
diff options
context:
space:
mode:
authorhcpp <hcpp@ydb.tech>2024-05-14 11:31:57 +0300
committerhcpp <hcpp@ydb.tech>2024-05-14 11:46:23 +0300
commitd7d36caff079ed14f6dada5814fa44fe3e65660d (patch)
tree22559e3b014878edbb1a441cbe2692cd77814b9a /contrib/libs/python
parentfff706dcb95eba6ac76c2b678ba8d1eb80cf2f20 (diff)
downloadydb-d7d36caff079ed14f6dada5814fa44fe3e65660d.tar.gz
thrift and hivemetastore deps
f0dea5cb9a28a8ea001e30f6c2e20e850bda4cd8
Diffstat (limited to 'contrib/libs/python')
-rw-r--r--contrib/libs/python/Include/cStringIO.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/cStringIO.h b/contrib/libs/python/Include/cStringIO.h
new file mode 100644
index 0000000000..3a8a908d56
--- /dev/null
+++ b/contrib/libs/python/Include/cStringIO.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#error "No <cStringIO.h> in Python3"
+#else
+#include <contrib/tools/python/src/Include/cStringIO.h>
+#endif