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 martin.panter
Recipients BreamoreBoy, ezio.melotti, martin.panter, neologix, pitrou, serhiy.storchaka
Date 2015-12-07.05:08:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449464887.86.0.0887755753724.issue14771@psf.upfronthosting.co.za>
In-reply-to
Content
I found that if you redirect GDB’s stdin if fixes all the problems. I don’t fully understand what GDB is doing to change the terminal’s foreground process group.

In my patch I set stdin to a pipe. It is like using DEVNULL, but should be compatible with Python 2 as well.
History
Date User Action Args
2015-12-07 05:08:07martin.pantersetrecipients: + martin.panter, pitrou, ezio.melotti, neologix, BreamoreBoy, serhiy.storchaka
2015-12-07 05:08:07martin.pantersetmessageid: <1449464887.86.0.0887755753724.issue14771@psf.upfronthosting.co.za>
2015-12-07 05:08:07martin.panterlinkissue14771 messages
2015-12-07 05:08:07martin.pantercreate