mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
fda787fcec
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.