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 ppperry
Recipients davin, jnoller, ppperry, sbt
Date 2016-07-02.20:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467492156.26.0.311170352151.issue27081@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that regardless of the number of prints to sys.stderr that happen before the recursion error, all of them will get sent to the parent. The problem is that the queue is flushed before the uncaught error is sent to stderr, not after.
History
Date User Action Args
2016-07-02 20:42:36ppperrysetrecipients: + ppperry, jnoller, sbt, davin
2016-07-02 20:42:36ppperrysetmessageid: <1467492156.26.0.311170352151.issue27081@psf.upfronthosting.co.za>
2016-07-02 20:42:36ppperrylinkissue27081 messages
2016-07-02 20:42:36ppperrycreate