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 xdegaye
Recipients georg.brandl, xdegaye
Date 2014-02-25.13:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> the first pdb instance is never freed

The first pdb instance is (and all the other pdb instances) never freed until the call to PyOS_FiniInterrupts() in Py_Finalize().
History
Date User Action Args
2014-02-25 13:06:51xdegayesetrecipients: + xdegaye, georg.brandl
2014-02-25 13:06:51xdegayesetmessageid: <[email protected]>
2014-02-25 13:06:51xdegayelinkissue20766 messages
2014-02-25 13:06:51xdegayecreate