aboutsummaryrefslogtreecommitdiff
blob: 82e844bc2840929793babed658b7d55f63953764 (plain)
1
2
3
Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation
details: The macro accessed :c:member:`PyTypeObject.tp_descr_set` directly.
Patch by Erlend E. Aasland.