]> granicus.if.org Git - python/commit
At 2.2, the Py<type>_Check() family of API functions (macros) changed
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:20:53 +0000 (00:20 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Fri, 26 Dec 2003 00:20:53 +0000 (00:20 +0000)
commite99990f9e1b63ff10e18ed31359f774376b41968
tree2b763c8c84e340fd81fa29fa34657e56c04ef3c2
parent6f3a24d0b373b4b35e832d6816c0b425188cbd5f
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.
Include/dictobject.h