delete PyNothing_Check, which does not actually exist

This commit is contained in:
Guido van Rossum 1995-09-30 16:10:43 +00:00
parent 05151e0354
commit 59c473be99
1 changed files with 0 additions and 1 deletions

View 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