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 Jack Liu, draghuram, georg.brandl, gregory.p.smith, isandler, pitrou, r.david.murray, vstinner, xdegaye
Date 2016-10-02.16:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475424794.96.0.738086664906.issue20766@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded refleak_5.patch with a simpler test case.
With the patch applied, './python -m test -R 3:3 test_pdb' runs with success.

The '_previous_sigint_handler' is reset at the Pdb prompt - instead of when the signal is triggered - to handle the case where pdb stops at a new set_trace() hard breakpoint after it has been run with 'continue'.  As a side effect, this also fixes issue 22502.
History
Date User Action Args
2016-10-02 16:13:15xdegayesetrecipients: + xdegaye, georg.brandl, gregory.p.smith, isandler, pitrou, vstinner, draghuram, r.david.murray, Jack Liu
2016-10-02 16:13:14xdegayesetmessageid: <1475424794.96.0.738086664906.issue20766@psf.upfronthosting.co.za>
2016-10-02 16:13:14xdegayelinkissue20766 messages
2016-10-02 16:13:14xdegayecreate