This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: more leaky, leaky
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: twouters Nosy List: nnorwitz, twouters
Priority: normal Keywords: patch

Created on 2006-03-08 07:43 by nnorwitz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
leaky.diff nnorwitz, 2006-03-08 07:43
Messages (2)
msg49685 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-03-08 07:43
Thomas, when I saw your changes in bsddb.c I grepped
for some more occurrences of similar constructs
(PyErr_SetObject(PyExc_XXX, Py_BuildValue(...)))

I only found these 4.  I'm too tired to check this in
and ensure they are correct.  Feel free to check in if
it all looks correct.  Or assign back to me and i'll do
it later.

Thanks.
msg49686 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-03-20 04:08
Logged In: YES 
user_id=33168

Committed revision 43151.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42994
2006-03-08 07:43:36nnorwitzcreate