[Python-Dev] Re: Problem with instantiating a C extension class from another class

2020-04-06 Thread Rhodri James
On 06/04/2020 20:41, Musbur wrote: Hi Nick, thanks for forwarding the post. BTW, I've posted a complete, self-contained example on stackoverflow (which also received zero attention so far): After that comment I'm not particularly inclined to solve your problem for you, so I'll just say that yo

[Python-Dev] Re: Problem with instantiating a C extension class from another class

2020-04-06 Thread Musbur
On Mon, 6 Apr 2020 08:32:34 +1000 Nick Coghlan wrote: > Hi Musbur, > > While python-dev is specifically for core development, the "specific > interest group" mailing lists are for both change proposals and > existing usage questions. > > I've cc'ed capi-sig on this reply. Hi Nick, thanks for f

[Python-Dev] Re: Problem with instantiating a C extension class from another class

2020-04-05 Thread Nick Coghlan
Hi Musbur, While python-dev is specifically for core development, the "specific interest group" mailing lists are for both change proposals and existing usage questions. I've cc'ed capi-sig on this reply. Cheers, Nick. On Sat., 4 Apr. 2020, 2:02 am Musbur, wrote: > Hello, > > (I've asked this