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 Chun-Yu Tseng, georg.brandl, xdegaye
Date 2016-12-15.15:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481816866.45.0.464220645595.issue22135@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. See my comments in Rietveld.
I think we can skip the 'step' command.
For the tests, can you use the existing run_pdb() method and trigger the signals from within the code being executed with 'os.kill(os.getpid(), signal.SIGINT |  signal.CTRL_C_EVENT)', this would avoid having to sleep on delays.
History
Date User Action Args
2016-12-15 15:47:46xdegayesetrecipients: + xdegaye, georg.brandl, Chun-Yu Tseng
2016-12-15 15:47:46xdegayesetmessageid: <1481816866.45.0.464220645595.issue22135@psf.upfronthosting.co.za>
2016-12-15 15:47:46xdegayelinkissue22135 messages
2016-12-15 15:47:46xdegayecreate