From ac2ec44a7f5858b01833fcd7d60ed557e5144f40 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Nov 2023 14:41:05 +0530 Subject: [PATCH] python 3.10+ requires PY_SSIZE_T_CLEAN --- kitty/launcher/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/launcher/main.c b/kitty/launcher/main.c index 10e4ca3d0..bdee1fe18 100644 --- a/kitty/launcher/main.c +++ b/kitty/launcher/main.c @@ -5,6 +5,7 @@ * Distributed under terms of the GPL3 license. */ +#define PY_SSIZE_T_CLEAN #include #ifdef __APPLE__ #include