Skip to content

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

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:optim_has_feature
Sep 23, 2020
Merged

bpo-40170: Use inline _PyType_HasFeature() function#22375
vstinner merged 1 commit intopython:masterfrom
vstinner:optim_has_feature

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 23, 2020

Use _PyType_HasFeature() in the _io module and in structseq
implementation. Replace PyType_HasFeature() opaque function call with
_PyType_HasFeature() inlined function.

https://bugs.python.org/issue40170

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants