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 fabioz
Recipients amaury.forgeotdarc, fabioz
Date 2008-08-18.21:26:25
SpamBayes Score 1.9212148e-05
Marked as misclassified No
Message-id <1219094787.46.0.0574815313969.issue3494@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking into this... 

Unfortunately, I'm not sure I can use the workaround of the int('0'), as
this could fix the debugger, but if the code that's being debugged
spawned other threads (which is pretty common), it would be pointless,
but at least clients that really want this can get that fix and apply it
to their python versions...

And I think that setting the errno to 0 in the debugger every time would
make other things misbehave, as in each python call it'd clear it (or
not? I'm not really aware of the implications of doing so -- but if no
one used it, it wouldn't be there, right?)
History
Date User Action Args
2008-08-18 21:26:27fabiozsetrecipients: + fabioz, amaury.forgeotdarc
2008-08-18 21:26:27fabiozsetmessageid: <1219094787.46.0.0574815313969.issue3494@psf.upfronthosting.co.za>
2008-08-18 21:26:26fabiozlinkissue3494 messages
2008-08-18 21:26:25fabiozcreate