Neal Norwitz wrote: > Since there is a merged int/long type now, we need to decide how the C > API should look. For example, should the APIs be prefixed with > PyInt_* or PyLong_?
I've always assumed it would be Py_Int*. If any integer can be any length, it doesn't make sense to have any length-related words in the names. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
