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 neologix
Recipients davide.rizzo, ezio.melotti, neologix, sdaoden, vstinner
Date 2011-03-23.14:42:19
SpamBayes Score 0.0037732879
Marked as misclassified No
Message-id <1300891340.29.0.849566775483.issue11650@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still not sure I understand the problem.
- when you hit CTRL-Z, the process is put in background, since it receives a SIGTSTP : normal
- when you put it in foreground with 'fg', it doesn't resume ? Did you try to hit <ENTER> to have sys.ps1 '>>> ' printed to stdout ? Or did the process exit ?
History
Date User Action Args
2011-03-23 14:42:20neologixsetrecipients: + neologix, vstinner, ezio.melotti, davide.rizzo, sdaoden
2011-03-23 14:42:20neologixsetmessageid: <1300891340.29.0.849566775483.issue11650@psf.upfronthosting.co.za>
2011-03-23 14:42:19neologixlinkissue11650 messages
2011-03-23 14:42:19neologixcreate