[pypy-dev] Re: Building a C extension that uses PyDictKeysObject on Pypy 3

2022-03-12 Thread Matti Picus
On 12/3/22 23:20, Marco Sulla wrote: Hello. Sorry for posting in the dev mailing list, I did not found an user list for Pypy. I developed a C extension for CPython 3.6+. This extension uses PyDictKeysObject. I tried to enable Pypy in cibuildwheel, but I get a compilation error for PyDictKey

[pypy-dev] Building a C extension that uses PyDictKeysObject on Pypy 3

2022-03-12 Thread Marco Sulla
Hello. Sorry for posting in the dev mailing list, I did not found an user list for Pypy. I developed a C extension for CPython 3.6+. This extension uses PyDictKeysObject. I tried to enable Pypy in cibuildwheel, but I get a compilation error for PyDictKeysObject. What object can be used by C ex