Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 23, 2020
Merged

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

merged 1 commit into from
Sep 23, 2020

Commits on Sep 23, 2020

  1. bpo-40170: Use inline _PyType_HasFeature() function

    Use _PyType_HasFeature() in the _io module and in structseq
    implementation. Replace PyType_HasFeature() opaque function call with
    _PyType_HasFeature() inlined function.
    vstinner committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3e51a04 View commit details
    Browse the repository at this point in the history