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 Rhamphoryncus
Recipients Rhamphoryncus, benjamin.peterson, christian.heimes, gregory.p.smith, roudkerk, schmir
Date 2008-06-11.23:27:28
SpamBayes Score 0.018450387
Marked as misclassified No
Message-id <1213226851.3.0.0388252207873.issue1683@psf.upfronthosting.co.za>
In-reply-to
Content
Updated version of roudkerk's patch.  Adds the new function to
pythread.h and is based off of current trunk.

Note that Parser/intrcheck.c isn't used on my box, so it's completely
untested.

roudkerk's original analysis is correct.  The TLS is never informed that
the old thread is gone, so when it seems the same id again it assumes it
is the old thread, which PyThreadState_Swap doesn't like.
History
Date User Action Args
2008-06-11 23:27:31Rhamphoryncussetspambayes_score: 0.0184504 -> 0.018450387
recipients: + Rhamphoryncus, gregory.p.smith, christian.heimes, schmir, roudkerk, benjamin.peterson
2008-06-11 23:27:31Rhamphoryncussetspambayes_score: 0.0184504 -> 0.0184504
messageid: <1213226851.3.0.0388252207873.issue1683@psf.upfronthosting.co.za>
2008-06-11 23:27:30Rhamphoryncuslinkissue1683 messages
2008-06-11 23:27:28Rhamphoryncuscreate