Tim Peters fda787fcec Document the results of painful reverse-engineering of the "portable TLS"
code.

PyThread_set_key_value():  It's clear that this code assumes the passed-in
value isn't NULL, so document that it must not be, and assert that it
isn't.  It remains unclear whether existing callers want the odd semantics
actually implemented by this function.
2004-10-09 22:33:09 +00:00
..
Fix
2004-08-07 17:57:16 +00:00
2004-05-13 11:54:19 +00:00
2004-08-12 18:19:17 +00:00
2004-07-07 17:44:12 +00:00