Ctypes, pthreads and pthread_mutex_t

2009-06-29 Thread Doug
Has any converted the structure pthread_mutex_t bits/wordsize.h to a ctypes structure class ? I looking at some C code that is using pthreads and need to translate pthreads_mutex_t structure into python (via ctypes) Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Ctypes, pthreads and pthread_mutex_t

2009-06-29 Thread Gabriel Genellina
En Mon, 29 Jun 2009 13:19:31 -0300, Doug dchime...@gmail.com escribió: Has any converted the structure pthread_mutex_t bits/wordsize.h to a ctypes structure class ? I looking at some C code that is using pthreads and need to translate pthreads_mutex_t structure into python (via ctypes) I