From 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 Mon Sep 17 00:00:00 2001
From: maxim-yurchuk <maxim-yurchuk@yandex-team.com>
Date: Wed, 9 Oct 2024 12:29:46 +0300
Subject: publishFullContrib: true for ydb

<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
---
 contrib/libs/python/Include/pydebug.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 contrib/libs/python/Include/pydebug.h

(limited to 'contrib/libs/python/Include/pydebug.h')

diff --git a/contrib/libs/python/Include/pydebug.h b/contrib/libs/python/Include/pydebug.h
new file mode 100644
index 0000000000..c20724196b
--- /dev/null
+++ b/contrib/libs/python/Include/pydebug.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#error "No <pydebug.h> in Python3"
+#else
+#include <contrib/tools/python/src/Include/pydebug.h>
+#endif
-- 
cgit v1.2.3