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 <1393333611.21.0.943670414136.issue20766@psf.upfronthosting.co.za>
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: <1393333611.21.0.943670414136.issue20766@psf.upfronthosting.co.za>
2014-02-25 13:06:51xdegayelinkissue20766 messages
2014-02-25 13:06:51xdegayecreate