summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-30 16:10:43 (GMT)
committerGuido van Rossum <guido@python.org>1995-09-30 16:10:43 (GMT)
commit59c473be9914ef78a4f213174e0e9f1ae910f2f6 (patch)
treee98a52a30faa752ab5918e0e2617db903bfe2756 /Include/rename2.h
parent05151e0354c04ef08d67fc660e5aa0c474090c13 (diff)
downloadcpython-59c473be9914ef78a4f213174e0e9f1ae910f2f6.zip
cpython-59c473be9914ef78a4f213174e0e9f1ae910f2f6.tar.gz
cpython-59c473be9914ef78a4f213174e0e9f1ae910f2f6.tar.bz2
delete PyNothing_Check, which does not actually exist
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index adc91d4..1f01f9b 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