]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Introduced the oddly-missing PyList_CheckExact(), and used it to replace
authorTim Peters <tim.peters@gmail.com>
Fri, 5 Oct 2001 20:41:38 +0000 (20:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 5 Oct 2001 20:41:38 +0000 (20:41 +0000)
commitb1c469843ff56e1704108324bce3ebb87aa753a6
tree860387955d4ba06ef9ff5064ea78ea20aa00f4ba
parente138f369e65cef61740341cbf73d5f2c29d14a5b
Introduced the oddly-missing PyList_CheckExact(), and used it to replace
a hard-coded type check.
Include/listobject.h
Python/ceval.c