mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
delete PyNothing_Check, which does not actually exist
This commit is contained in:
parent
05151e0354
commit
59c473be99
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue