• Andrew MacIntyre's avatar
    At 2.2, the Py<type>_Check() family of API functions (macros) changed · f72af655
    Andrew MacIntyre yazdı
    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.
    f72af655
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
abstract.tex Loading commit data...
api.tex Loading commit data...
concrete.tex Loading commit data...
exceptions.tex Loading commit data...
init.tex Loading commit data...
intro.tex Loading commit data...
memory.tex Loading commit data...
newtypes.tex Loading commit data...
refcounting.tex Loading commit data...
refcounts.dat Loading commit data...
utilities.tex Loading commit data...
veryhigh.tex Loading commit data...