char** to {'':('',)}

Skip Montanaro skip at pobox.com
Wed Sep 5 10:39:48 EDT 2001


    >> 2) It doesn't say for all functions whether or not they increment
    >> refcounts of objects passed to them, viz. PyDict_SetString().

If you want the nitty gritty details, check out Doc/api/refcounts.dat in
your source distribution.  I believe Fred has the docs set up so that they
annotate whether or not the ref counts of various parameters and return
values change.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list