I'm the maintainer of the PyCXX C++ extension interface to Python C API.
PyCXX source code is a SVN repo at: https://svn.code.sf.net/p/cxx/code/trunk/CXX
I have been working to get PyCXX to build and run against PyPy C API.
I am happy to have PyPy specific code in PyCXX where necessary.
Using P
> On 3 Oct 2018, at 20:30, Ronan Lamy wrote:
>
> Le 02/10/18 à 21:55, Armin Rigo a écrit :
>
>>> if (PyMapping_DelItemString (ptr(),
>>> const_cast(s.c_str())) == -1)
>>> if (PyMapping_DelItem (ptr(), *s) == -1)
>> I don't know how it ever worked, because PyMapping_D
> On 19 Oct 2018, at 11:26, Armin Rigo wrote:
>
> Hi,
>
> On Fri, 19 Oct 2018 at 12:23, wrote:
>> It will not run with PyPy https://pypy.org/download.html on Windows, because
>> there are only 32-bit PyPy installs for Windows available
>
> PyPy is not available for 64-bit Windows. See
> ht
> On 8 Oct 2018, at 22:40, Armin Rigo wrote:
>
> Hi,
>
> On Sun, 7 Oct 2018 at 18:05, Barry Scott wrote:
>> (gdb) p/x table->tp_flags
>> $4 = 0x201eb
>>
>> But when the instance comes back to me they are:
>>
>> (gdb) p/x self->