On Mar 28, 11:14 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:

> C global variables are global, not per-thread.

aha, a static pointer gets initialized to NULL, so I
can check if it's not NULL in the module initializer.

Thanks for jogging my brain,

Simon.

>
> --
> Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to