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 gvanrossum
Recipients christian.heimes, gvanrossum, wojtekwalczak
Date 2007-11-09.19:32:52
SpamBayes Score 0.2950445
Marked as misclassified No
Message-id <1194636773.34.0.66303861149.issue1407@psf.upfronthosting.co.za>
In-reply-to
Content
To find out what really happens, use pdb to step through the example.
This gives much better insight than adding a printf() call to
PyObject_Call(). I've notice myself when stepping through I/O that there
are a lot of checks for closed -- this may have to do with the stacking
text -> buffer -> binary though. I've also noticed overridden isinstance
checks in abc.py being called, which surprised me slightly. I haven't
had time to look into this further though.
History
Date User Action Args
2007-11-09 19:32:53gvanrossumsetspambayes_score: 0.295045 -> 0.2950445
recipients: + gvanrossum, christian.heimes, wojtekwalczak
2007-11-09 19:32:53gvanrossumsetspambayes_score: 0.295045 -> 0.295045
messageid: <1194636773.34.0.66303861149.issue1407@psf.upfronthosting.co.za>
2007-11-09 19:32:53gvanrossumlinkissue1407 messages
2007-11-09 19:32:52gvanrossumcreate