python 3.10+ requires PY_SSIZE_T_CLEAN

This commit is contained in:
Kovid Goyal
2023-11-06 14:41:05 +05:30
parent d2444bae80
commit ac2ec44a7f

View File

@@ -5,6 +5,7 @@
* Distributed under terms of the GPL3 license.
*/
#define PY_SSIZE_T_CLEAN
#include <libgen.h>
#ifdef __APPLE__
#include <mach-o/dyld.h>