[pypy-issue] Issue #2449: Pypy/cpyext: Missing PyWeakref_Check API function (pypy/pypy)

Wenzel Jakob issues-reply at bitbucket.org
Tue Dec 13 17:41:47 EST 2016


New issue 2449: Pypy/cpyext: Missing PyWeakref_Check API function
https://bitbucket.org/pypy/pypy/issues/2449/pypy-cpyext-missing-pyweakref_check-api

Wenzel Jakob:

Dear PyPy developers,

the cpyext C API contains many *_Check functions, but PyWeakref_Check is missing at the moment. It would be great if this could be added -- I had to use an ugly workaround involving PyRun_String in pybind11 that would be nice to remove.


Thank you,
Wenzel






More information about the pypy-issue mailing list