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.

Author vstinner
Recipients vstinner
Date 2008-08-21.12:28:57
SpamBayes Score 0.00019526637
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I wrote a patch to improve gdbinit (gdb macros):
 - implement py_decref
 - reuse pyo in pylocals
 - direclty call PyCode_Addr2Line() in lineno instead of a long and 
complex reimplemention in gdb script language
 - avoid memory leak in pylocals: call py_decref($_name)

See also #3610 (for Python 3.0).
History
Date User Action Args
2008-08-21 12:29:03vstinnersetrecipients: + vstinner
2008-08-21 12:29:03vstinnersetmessageid: <[email protected]>
2008-08-21 12:28:59vstinnerlinkissue3631 messages
2008-08-21 12:28:58vstinnercreate