diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2003-12-26 00:07:51 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2003-12-26 00:07:51 (GMT) |
commit | f72af655c5ba41b6358656aafbe4ddeaf5a962ba (patch) | |
tree | f972e20193ec997b2371306e4029e1d0af42d98f /Objects | |
parent | 43e57113091a7eb3733cfde0b1e5be4add69e717 (diff) | |
download | cpython-f72af655c5ba41b6358656aafbe4ddeaf5a962ba.zip cpython-f72af655c5ba41b6358656aafbe4ddeaf5a962ba.tar.gz cpython-f72af655c5ba41b6358656aafbe4ddeaf5a962ba.tar.bz2 |
At 2.2, the Py<type>_Check() family of API functions (macros) changed
semantics to include subtypes. Most concrete object APIs then had
a Py<type>_CheckExact() macro added to test for an object's type
not including subtypes.
The PyDict_CheckExact() macro wasn't created at that time, so I've added
it for API completeness/symmetry - even though nobody has complained
about its absence in the time since 2.2 was released.
Not a backport candidate.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions