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-38787: Add PyCFunction_CheckExact() macro for exact type checks #20024

Merged
merged 3 commits into from
May 12, 2020

Commits on May 10, 2020

  1. bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks n…

    …ow that we allow subtypes of PyCFunction.
    
    Also add PyCMethod_CheckExact() and PyCMethod_Check() for checks against the PyCMethod subtype.
    scoder committed May 10, 2020
    Configuration menu
    Copy the full SHA
    166d629 View commit details
    Browse the repository at this point in the history
  2. Add news entry.

    scoder committed May 10, 2020
    Configuration menu
    Copy the full SHA
    f018748 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Apply suggestions from code review: move News entry, move PyCMethod_C…

    …heck*() macros out of the limited API.
    scoder committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8795b9f View commit details
    Browse the repository at this point in the history