Thanks for the reply. I'm checking this out today.
On Wed, 2 Jun 2010 22:30:37 -0700 (PDT), Carl Banks
wrote:
>On Jun 2, 1:46 pm, Paul Grunau wrote:
>> I have a problem with embedding Python into a C extension in Windows
>> Vista. I have implemented a timer routine in C as an extension, which
>>
Thanks for the reply. I'm looking into the Global Interpreter Lock
today.
On Thu, 03 Jun 2010 01:07:39 +0100, MRAB
wrote:
>p...@mail.python.org wrote:
>> I have a problem with embedding Python into a C extension in Windows
>> Vista. I have implemented a timer routine in C as an extension, which
On Jun 2, 1:46 pm, Paul Grunau wrote:
> I have a problem with embedding Python into a C extension in Windows
> Vista. I have implemented a timer routine in C as an extension, which
> I can import into Python 2.6.5 and run. Each timer interval, the
> extension calls a C CALLBACK function. I want to
p...@mail.python.org wrote:
I have a problem with embedding Python into a C extension in Windows
Vista. I have implemented a timer routine in C as an extension, which
I can import into Python 2.6.5 and run. Each timer interval, the
extension calls a C CALLBACK function. I want to be able to have
I have a problem with embedding Python into a C extension in Windows
Vista. I have implemented a timer routine in C as an extension, which
I can import into Python 2.6.5 and run. Each timer interval, the
extension calls a C CALLBACK function. I want to be able to have this
CALLBACK function call a