[Python-Dev] RE: [Thread-SIG] marking shared-ness (was: baby steps for free-th reading)

Salz, Rich SalzR@CertCo.com
Wed, 19 Apr 2000 16:27:10 -0400


>Consider the case where a programmer forgets to note the sharedness. He
>passes the object to another thread. At certain points: BAM! The
>interpreter dumps core.

No. Using the "owning thread" idea prevents coredumps and allows the
interpreter to throw an exception.  Perhaps my note wasn't clear
enough?
	/r$