mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
97d15ae1d8
Use _PyType_HasFeature() in the _io module and in structseq implementation. Replace PyType_HasFeature() opaque function call with _PyType_HasFeature() inlined function.