threads and extension module initialization

pianomaestro at gmail.com pianomaestro at gmail.com
Fri Mar 28 11:41:16 EDT 2008


On Mar 28, 11:14 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
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




More information about the Python-list mailing list