[issue1976] pybsddb leak in using cursors

2008-02-03 Thread Gregory P. Smith
Gregory P. Smith added the comment: Fix committed as r60544 in trunk and r60545 in release25-maint. i assume it'll be merged into py3k in the regular py3k merge sweeps. -- resolution: -> accepted status: open -> closed versions: +Python 2.5, Python 2.6

[issue1976] pybsddb leak in using cursors

2008-02-01 Thread Gregory P. Smith
Gregory P. Smith added the comment: yes i'll take a look at this weekend. jcea is doing his bsddb development in the pybsddb.sf.net project svn repository for the time being. I'll be merging his changes back into the python tree. We can get him python svn access soon but i wanted to make sure

[issue1976] pybsddb leak in using cursors

2008-01-31 Thread Martin v. Löwis
Martin v. Löwis added the comment: jcea, can you please attach the actual patch to be reviewed to this report? What is commit 293 in SourceForge? __ Tracker <[EMAIL PROTECTED]> __ _

[issue1976] pybsddb leak in using cursors

2008-01-31 Thread Martin v. Löwis
Martin v. Löwis added the comment: Greg, can you take a look? -- assignee: -> gregory.p.smith nosy: +gregory.p.smith, loewis __ Tracker <[EMAIL PROTECTED]> __

[issue1976] pybsddb leak in using cursors

2008-01-31 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Memory leak solved. Commit 293 in Sourceforge __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue1976] pybsddb leak in using cursors

2008-01-31 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Seems to be a leak when a cursor is used in a database without an environment. Working on this... __ Tracker <[EMAIL PROTECTED]> __ __

[issue1976] pybsddb leak in using cursors

2008-01-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- severity: normal -> major type: -> resource usage __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue1976] pybsddb leak in using cursors

2008-01-30 Thread Jesús Cea Avión
New submission from Jesús Cea Avión: Iterating a cursor over a database seems to leak memory. See http://sourceforge.net/mailarchive/forum.php?thread_name=4797B7D0.8060701%40gmail.com&forum_name=pybsddb-users -- components: Extension Modules messages: 61871 nosy: jcea severity: normal st