Closed jamadden closed 3 years ago
This was broken by #166.
Fixes #168. Instead of directly raising the TypeError ourself for an unknown attribute, defer to PyType_Type.tp_setatro if we don't know the attribute.
PyType_Type.tp_setatro
This was a surprise breakage. I'd be grateful if anyone can review this quickly.
Thank you @freddrake. I am grateful!
The appveyor failure was an unrelated error to resolve github.com.
github.com
This was broken by #166.
Fixes #168. Instead of directly raising the TypeError ourself for an unknown attribute, defer to
PyType_Type.tp_setatro
if we don't know the attribute.This was a surprise breakage. I'd be grateful if anyone can review this quickly.