blob: 858611df9059a8aa142022bd6049a3a663b0d1eb (
plain)
1
2
3
4
|
:c:func:`PyType_HasFeature` now always calls :c:func:`PyType_GetFlags` to
hide implementation details. Previously, it accessed directly the
:c:member:`PyTypeObject.tp_flags` member when the limited C API was not
used.
|