From: Guido van Rossum Date: Sat, 30 Sep 1995 16:10:43 +0000 (+0000) Subject: delete PyNothing_Check, which does not actually exist X-Git-Tag: v1.3~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59c473be9914ef78a4f213174e0e9f1ae910f2f6;p=thirdparty%2FPython%2Fcpython.git delete PyNothing_Check, which does not actually exist --- diff --git a/Include/rename2.h b/Include/rename2.h index adc91d48ddf8..1f01f9bdc0ab 100644 --- a/Include/rename2.h +++ b/Include/rename2.h @@ -152,7 +152,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define is_floatobject PyFloat_Check #define is_intobject PyInt_Check #define is_longobject PyLong_Check -#define is_noobject PyNothing_Check #define is_stringobject PyString_Check #define is_typeobject PyType_Check #define is_listobject PyList_Check