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 Arfrever, kristjan.jonsson, neologix, pitrou, tim.peters, vstinner
Date 2013-11-28.21:37:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385674647.6.0.416637144703.issue19787@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fix PyThread_set_key_value() instead of adding a new function.

I prefer fix_set_key_value.patch instead of pythread_set_key_value.patch because I feel bad of keeping a buggy function and having to decide between a correct and a buggy version of the same function.

> Deja vu, this has come up before.  I wanted to change this because native TLS implementation become awkward.
> https://mail.python.org/pipermail/python-dev/2008-August/081847.html

You didn't get answer to this old email :-( I suppose that you still want to fix PyThread_set_key_value()?
History
Date User Action Args
2013-11-28 21:37:27vstinnersetrecipients: + vstinner, tim.peters, pitrou, kristjan.jonsson, Arfrever, neologix
2013-11-28 21:37:27vstinnersetmessageid: <1385674647.6.0.416637144703.issue19787@psf.upfronthosting.co.za>
2013-11-28 21:37:27vstinnerlinkissue19787 messages
2013-11-28 21:37:27vstinnercreate