[qmtest] [PATCH] Use processes instead of threads

Zack Weinberg zack at codesourcery.com
Thu Apr 29 07:56:53 UTC 2004


Nathaniel Smith <njs at pobox.com> writes:

> On Wed, Apr 28, 2004 at 11:36:21PM -0700, Zack Weinberg wrote:
>> I don't see why you need NSIG ... make your module wrap sigset_t
>> objects[...]
>
> Because I was hoping to avoid dealing with adding new types, and just
> provide an interface that dealt in lists of integers :-)

Oh.  But, um, doesn't Python make it really easy to add new object
types?  Surely easier than the fiddly code to pack and unpack sigset_t
before calling sigprocmask.

zw



More information about the qmtest mailing list