PyWrapperDescrObject not fully implemented
Over in Cython, I added at toggle to allow setting the docstring on a PyWrapperDescrObject
for PyPy>=7.3.9
but there is a typo in the code: PYPY_VERSION_HEX
instead of PYPY_VERSION_NUM
. When I fix that typo, the autotestdict
cython test crashes: it gets an uninitialized PyWrapperDescrObject
.