]> granicus.if.org Git - python/commit
Add PyDict_Copy() function to C API for dicts. It returns a new
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 30 Mar 2000 22:27:31 +0000 (22:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 30 Mar 2000 22:27:31 +0000 (22:27 +0000)
commita12c7a762091805db6b6479108951dc2fcb95dde
tree15d23befe65d284484cb9549b49b8710b99ff225
parentc06653f56708084fc50bdad6c6301d9bc49c6af1
Add PyDict_Copy() function to C API for dicts.  It returns a new
dictionary that contains the same key/value pairs as p.
Doc/api/api.tex
Doc/api/refcounts.dat
Include/dictobject.h
Objects/dictobject.c