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 rupole
Recipients pitrou, rupole
Date 2008-08-19.21:43:33
SpamBayes Score 0.0061615226
Marked as misclassified No
Message-id <1219182214.65.0.0841016797817.issue3605@psf.upfronthosting.co.za>
In-reply-to
Content
Well, you asked for a simple case.  In practice, I'm dealing with
much more complicated code that contains callbacks which may need
to acquire or release the theadlock.  This problem makes it very 
difficult to debug such code.

Also, the PyErr_Occurred is not present in 2.5.2, probably
for this very same reason.
History
Date User Action Args
2008-08-19 21:43:34rupolesetrecipients: + rupole, pitrou
2008-08-19 21:43:34rupolesetmessageid: <1219182214.65.0.0841016797817.issue3605@psf.upfronthosting.co.za>
2008-08-19 21:43:34rupolelinkissue3605 messages
2008-08-19 21:43:33rupolecreate