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 vstinner
Recipients asvetlov, eric.snow, grahamd, jcea, mhammond, ncoghlan, pitrou, python-dev, vstinner
Date 2013-12-13.10:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386930202.39.0.103788711926.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
> FYI I fixed a weird behaviour of the PyThread_set_key_value() function. > The change has indirectly on impact on test.support.run_in_subinterp():

The impact was a bug. I reverted my changeset and pushed a new changeset which leaves _PyGILState_NoteThreadState() unchanged.
History
Date User Action Args
2013-12-13 10:23:22vstinnersetrecipients: + vstinner, mhammond, jcea, ncoghlan, pitrou, grahamd, asvetlov, python-dev, eric.snow
2013-12-13 10:23:22vstinnersetmessageid: <1386930202.39.0.103788711926.issue15751@psf.upfronthosting.co.za>
2013-12-13 10:23:22vstinnerlinkissue15751 messages
2013-12-13 10:23:22vstinnercreate