mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
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. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| abstract.tex | ||
| api.tex | ||
| concrete.tex | ||
| exceptions.tex | ||
| init.tex | ||
| intro.tex | ||
| memory.tex | ||
| newtypes.tex | ||
| refcounting.tex | ||
| refcounts.dat | ||
| utilities.tex | ||
| veryhigh.tex | ||