Re: Extension Module for Python 3.6 +

2019-03-01 Thread MRAB
On 2019-03-01 01:19, Anthony Flury via Python-list wrote: In my brave and noble quest to get to grips with the CAPI - I am trying to write a C extension module which provides a new class The exact details are not important, but what is important is that instances of my new class are imutable, an

Extension Module for Python 3.6 +

2019-03-01 Thread Anthony Flury via Python-list
In my brave and noble quest to get to grips with the CAPI - I am trying to write a C extension module which provides a new class The exact details are not important, but what is important is that instances of my new class are imutable, and therefore from time to time, my extension module needs