aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py2/src/mplutils.h
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-04 15:09:05 +0100
committerGitHub <noreply@github.com>2024-01-04 15:09:05 +0100
commitdab291146f6cd7d35684e3a1150e5bb1c412982c (patch)
tree36ef35f6cacb6432845a4a33f940c95871036b32 /contrib/python/matplotlib/py2/src/mplutils.h
parent63660ad5e7512029fd0218e7a636580695a24e1f (diff)
downloadydb-dab291146f6cd7d35684e3a1150e5bb1c412982c.tar.gz
Library import 5, delete go dependencies (#832)
* Library import 5, delete go dependencies * Fix yt client
Diffstat (limited to 'contrib/python/matplotlib/py2/src/mplutils.h')
-rw-r--r--contrib/python/matplotlib/py2/src/mplutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/matplotlib/py2/src/mplutils.h b/contrib/python/matplotlib/py2/src/mplutils.h
index 140a815634..4b59e08bbd 100644
--- a/contrib/python/matplotlib/py2/src/mplutils.h
+++ b/contrib/python/matplotlib/py2/src/mplutils.h
@@ -4,6 +4,7 @@
#ifndef _MPLUTILS_H
#define _MPLUTILS_H
+#define PY_SSIZE_T_CLEAN
#if defined(_MSC_VER) && _MSC_VER <= 1600
typedef unsigned __int8 uint8_t;