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 extension in Pypy instead of PyDictKeysObject? _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]
