cpython/Doc/api
Andrew MacIntyre f72af655c5 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.
2003-12-26 00:07:51 +00:00
..
.cvsignore
abstract.tex SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) 2003-12-07 11:40:17 +00:00
api.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00
concrete.tex At 2.2, the Py<type>_Check() family of API functions (macros) changed 2003-12-26 00:07:51 +00:00
exceptions.tex SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) 2003-12-07 11:40:17 +00:00
init.tex Patch #821093: Fix various typos. 2003-10-19 07:32:24 +00:00
intro.tex Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3. 2003-11-06 21:08:11 +00:00
memory.tex Minor clarification about what's actually promised for PyMem_Malloc(0). 2002-04-06 09:14:33 +00:00
newtypes.tex * Added a new method flag, METH_COEXIST. 2003-12-13 11:26:12 +00:00
refcounting.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00
refcounts.dat Added refcount information for PyObject_GetIter(). 2002-10-04 18:58:58 +00:00
utilities.tex SF 810242. Fix doubled word errors. 2003-09-22 15:27:11 +00:00
veryhigh.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00