New issue 3092: PyObject_GenericGetDict / PyObject_GenericSetDict missing in 
includes
https://bitbucket.org/pypy/pypy/issues/3092/pyobject_genericgetdict

Michael Seifert:

These Python C-API functions have been added in CPython 3.3 \(see 
[https://docs.python.org/3/c-api/object.html#c.PyObject\_GenericGetDict](https://docs.python.org/3/c-api/object.html#c.PyObject_GenericGetDict)\)
 but aren’t implemented in PyPy. I’m trying to make a library of mine work with 
PyPy and had compilation errors because of that. It’s not really complicated to 
implement them myself, but it would be easier if these were provided by PyPy 
itself.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to