Thanks, Thomas. The answer to most of your questions is that I'm very
new at this!
I'm asking this on the forums you suggested.
- Paul
On Thu, 01 Jul 2010 19:23:53 +0200, Thomas Jollans
wrote:
>On 06/30/2010 09:28 PM, p...@mail.python.org wrote:
>> I have a problem with threading using the Py
On 06/30/2010 09:28 PM, p...@mail.python.org wrote:
> I have a problem with threading using the Python/C API. I have an
> extension that implements a timer, and the C++ timer callback function
> calls a Python function. The relevant code looks like this:
>
> [snip]
>
> static void CALLBACK
I have a problem with threading using the Python/C API. I have an
extension that implements a timer, and the C++ timer callback function
calls a Python function. The relevant code looks like this:
static PyObject *timer_setmodname( PyObject *pSelf, PyObject *pArgs )
{
char *b;
PyA