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 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:53amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, jnoller, nirai
2010-01-11 01:07:52amaury.forgeotdarcsetmessageid: <1263172072.58.0.55061227672.issue7544@psf.upfronthosting.co.za>
2010-01-11 01:07:51amaury.forgeotdarclinkissue7544 messages
2010-01-11 01:07:51amaury.forgeotdarccreate