Kaydet (Commit) 59c473be authored tarafından Guido van Rossum's avatar Guido van Rossum

delete PyNothing_Check, which does not actually exist

üst 05151e03
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment