]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
delete PyNothing_Check, which does not actually exist
authorGuido van Rossum <guido@python.org>
Sat, 30 Sep 1995 16:10:43 +0000 (16:10 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 30 Sep 1995 16:10:43 +0000 (16:10 +0000)
Include/rename2.h

index adc91d48ddf8f58fdb493653b6a87be30e240818..1f01f9bdc0ab9ded74fa38febc01280e10f25ba9 100644 (file)
@@ -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