[Python-Dev] Free threading

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 8 Aug 2001 17:55:30 +0200


> All of the above.  Otherwise, *every* API would have to carry an
> "interp" argument around (as does Tcl/Tk).

Not necessarily. The interp argument could be stored in thread-local
storage. Of course, using TLS opens another can of worms.

Regards,
Martin