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 terry.reedy
Recipients Todd.Rovito, amaury.forgeotdarc, asvetlov, ned.deily, roger.serwy, terry.reedy
Date 2013-07-01.04:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372652075.48.0.478413158319.issue13582@psf.upfronthosting.co.za>
In-reply-to
Content
Print in the user process goes to shell window. You need to stimulate (or just add) print or warn in the idle process, which normally goes to console, or nowhere. It is hard (intentionally, I am sure) to dynamically manipulate idle process code. Roger said "try adding a "raise Exception" to a constructor for one of the extensions". I would start with a warning in PyShell. See doc or test_warnings for an example warnings call.
History
Date User Action Args
2013-07-01 04:14:35terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, ned.deily, roger.serwy, asvetlov, Todd.Rovito
2013-07-01 04:14:35terry.reedysetmessageid: <1372652075.48.0.478413158319.issue13582@psf.upfronthosting.co.za>
2013-07-01 04:14:35terry.reedylinkissue13582 messages
2013-07-01 04:14:35terry.reedycreate