From 24b4a0fb945885c009923ca029fc5542570132ac Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 14 Dec 2015 01:29:43 +0000 Subject: [PATCH] Cosmetic correction for Python tp_version -> tp_version_tag --- Lib/python/builtin.swg | 2 +- Lib/python/pyinit.swg | 2 +- Lib/python/pyrun.swg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/python/builtin.swg b/Lib/python/builtin.swg index 340037580..4604e4397 100644 --- a/Lib/python/builtin.swg +++ b/Lib/python/builtin.swg @@ -433,7 +433,7 @@ SwigPyStaticVar_Type(void) { 0, /* tp_del */ #endif #if PY_VERSION_HEX >= 0x02060000 - 0, /* tp_version */ + 0, /* tp_version_tag */ #endif #if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */ diff --git a/Lib/python/pyinit.swg b/Lib/python/pyinit.swg index 26c1d7ed3..9398443e3 100644 --- a/Lib/python/pyinit.swg +++ b/Lib/python/pyinit.swg @@ -183,7 +183,7 @@ swig_varlink_type(void) { 0, /* tp_del */ #endif #if PY_VERSION_HEX >= 0x02060000 - 0, /* tp_version */ + 0, /* tp_version_tag */ #endif #if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */ diff --git a/Lib/python/pyrun.swg b/Lib/python/pyrun.swg index be3af3280..f13154794 100644 --- a/Lib/python/pyrun.swg +++ b/Lib/python/pyrun.swg @@ -806,7 +806,7 @@ SwigPyObject_TypeOnce(void) { 0, /* tp_del */ #endif #if PY_VERSION_HEX >= 0x02060000 - 0, /* tp_version */ + 0, /* tp_version_tag */ #endif #if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */ @@ -988,7 +988,7 @@ SwigPyPacked_TypeOnce(void) { 0, /* tp_del */ #endif #if PY_VERSION_HEX >= 0x02060000 - 0, /* tp_version */ + 0, /* tp_version_tag */ #endif #if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */