Subject: Re: python and native pth
To: C=E9sar_Catri=E1n_C. <ccatrian@eml.cc>
From: Marc Recht <recht@netbsd.org>
List: tech-pkg
Date: 02/06/2005 21:46:20
> Actually, is lang/python24 (I don't know about other versions), being 
> configured
> with native threads support?

Yes.

> It checks for PTHREAD_TYPE=pth and not for native.

It checks if the threading lib is "pth" (NetBSD < 2.0). If it's "pth" 
then it adds --with-pth to the configure args. In every other case it 
uses native threading (Python's default).

Marc