Message 156987 - Python tracker (original) (raw)
Message156987
Author | ncoghlan |
---|---|
Recipients | ncoghlan, neologix, pitrou, rosslagerwall, vstinner |
Date | 2012-03-28.16:23:01 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1332951782.05.0.909925530984.issue14432@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
It may not even have to specifically test the crash - any operation that accessed the tstate on the frame and could be shown to be accessing the wrong thread state when called from another thread could demonstrate the problem. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-03-28 16:23:02 | ncoghlan | set | recipients: + ncoghlan, pitrou, vstinner, neologix, rosslagerwall |
2012-03-28 16:23:02 | ncoghlan | set | messageid: 1332951782.05.0.909925530984.issue14432@psf.upfronthosting.co.za |
2012-03-28 16:23:01 | ncoghlan | link | issue14432 messages |
2012-03-28 16:23:01 | ncoghlan | create |