SIGN IN SIGN UP

bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)

Use _PyType_HasFeature() in the _io module and in structseq
implementation. Replace PyType_HasFeature() opaque function call with
_PyType_HasFeature() inlined function.
V
Victor Stinner committed
97d15ae1d8411b49b1fcdc0c67c51849dccce9c9
Parent: b7d8d8d
Committed by GitHub <noreply@github.com> on 9/23/2020, 12:08:38 PM