Re: [Python-Dev] Subclassing in 'C'

2005-06-26 Thread Ronald Oussoren
On 23-jun-2005, at 21:05, Robert W. Johnstone wrote: > Hello, > > I'm trying to develop an extension module in C, but am having some > difficulties. I thought about posting to the general python mailling > list, but since it has to do with the C API I figured this was the > correct > location.

[Python-Dev] Subclassing in 'C'

2005-06-26 Thread Robert W. Johnstone
Hello, I'm trying to develop an extension module in C, but am having some difficulties. I thought about posting to the general python mailling list, but since it has to do with the C API I figured this was the correct location. My difficulty lies with subclassing a class provided by another exte