[Python-Dev] should a module's thread safety be documented?
Tim Peters
tim.one@home.com
Sat, 20 Jan 2001 17:52:09 -0500
[Skip Montanaro]
> ...
> Anyone for adding \notthreadsafe{} and \threadsafe{} macros to
> the litany of LaTex macros in Fred's arsenal? This would make
> documenting these properties both easy and consistent across
> modules.
When a module is *not* threadsafe, that's usually considered "a bug" in the
module. So we should just point out modules that aren't threadsafe by
design. Alas, that's A Project.