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 roger.serwy
Recipients ned.deily, roger.serwy, terry.reedy
Date 2013-04-01.03:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364788789.78.0.336435346912.issue14254@psf.upfronthosting.co.za>
In-reply-to
Content
I reworked the patch to fix the cursor problem. The new code, hopefully, is simpler to understand and harder to break. Essentially, all code paths that terminate the subprocess must also call stop_readline which exits that nested event loop if needed.
History
Date User Action Args
2013-04-01 03:59:49roger.serwysetrecipients: + roger.serwy, terry.reedy, ned.deily
2013-04-01 03:59:49roger.serwysetmessageid: <1364788789.78.0.336435346912.issue14254@psf.upfronthosting.co.za>
2013-04-01 03:59:49roger.serwylinkissue14254 messages
2013-04-01 03:59:49roger.serwycreate