]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF # 626275, missing DECREF's in embedding example
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Dec 2002 00:40:38 +0000 (00:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Dec 2002 00:40:38 +0000 (00:40 +0000)
commit0f30dbd99166dfc8a501845b02ff27c96e294551
tree93de4a01d0fb138326f7257995456da963db2c92
parent1bdca5e051a5424aaaaf7968c710d31132a6c335
Fix SF # 626275, missing DECREF's in embedding example

Tested w/valgrind, all paths except the return on PyInt_AsLong() failure
I think I got all of these right.

Backport candidate.
Doc/ext/run-func.c