From: Mark Wooding Date: Fri, 22 Nov 2019 22:43:02 +0000 (+0000) Subject: catacomb-python.h: Give up on Python versions prior to 2.5. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/648aea952d6d6d0bff5df946c0a7b55848ccbe37 catacomb-python.h: Give up on Python versions prior to 2.5. --- diff --git a/catacomb-python.h b/catacomb-python.h index b0f933a..5638812 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -176,11 +176,6 @@ PRIVATE_SYMBOLS; return (0); \ } -#if PY_VERSION_HEX < 0x02050000 /* Compatibility hack */ -# define ht_name name -# define ht_type type -#endif - #define root_pytype 0 #define type_pytype &PyType_Type #define INITTYPE_META(ty, base, meta) do { \