From 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 Mon Sep 17 00:00:00 2001 From: maxim-yurchuk Date: Wed, 9 Oct 2024 12:29:46 +0300 Subject: publishFullContrib: true for ydb commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e --- contrib/libs/python/Include/cpython/complexobject.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/libs/python/Include/cpython/complexobject.h (limited to 'contrib/libs/python/Include/cpython/complexobject.h') diff --git a/contrib/libs/python/Include/cpython/complexobject.h b/contrib/libs/python/Include/cpython/complexobject.h new file mode 100644 index 00000000000..14255ca2a42 --- /dev/null +++ b/contrib/libs/python/Include/cpython/complexobject.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include +#else +#error "No in Python2" +#endif -- cgit v1.3