Message 97567 - Python tracker
Message97567
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner |
| Date | 2010-01-11.01:07:51 |
| SpamBayes Score | 0.000948257 |
| Marked as misclassified | No |
| Message-id | <1263172072.58.0.55061227672.issue7544@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch looks good; the line
tstate->thread_id = PyThread_get_thread_ident();
is needed because the tstate is created in the main thread, but used in another thread. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-01-11 01:07:53 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, pitrou, vstinner, jnoller, nirai |
| 2010-01-11 01:07:52 | amaury.forgeotdarc | set | messageid: <1263172072.58.0.55061227672.issue7544@psf.upfronthosting.co.za> |
| 2010-01-11 01:07:51 | amaury.forgeotdarc | link | issue7544 messages |
| 2010-01-11 01:07:51 | amaury.forgeotdarc | create | |