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 kbk
Recipients amaury.forgeotdarc, kbk, mark
Date 2008-04-05.02:03:39
SpamBayes Score 0.19539377
Marked as misclassified No
Message-id <1207361020.69.0.69170026233.issue2221@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, that does appear to fix the IDLE problem!

The pseudofile does have a flush method and I was able to 
call it from the IDLE subprocess; it returns None.  So I'm
not clear on why PyObject_CallMethod was returning False, or
why the problem only occurred when IDLE was running its subprocess.
History
Date User Action Args
2008-04-05 02:03:41kbksetspambayes_score: 0.195394 -> 0.19539377
recipients: + kbk, amaury.forgeotdarc, mark
2008-04-05 02:03:40kbksetspambayes_score: 0.195394 -> 0.195394
messageid: <1207361020.69.0.69170026233.issue2221@psf.upfronthosting.co.za>
2008-04-05 02:03:39kbklinkissue2221 messages
2008-04-05 02:03:39kbkcreate