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

Enable specifyingpy::metaclass(PyType_Type) without a C/C++ cast. #5015

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2024

  1. Enable py::metaclass(PyType_Type)

    Ralf W. Grosse-Kunstleve committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0b818ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b6663 View commit details
    Browse the repository at this point in the history
  3. Add a note in docs/classes.rst

    Ralf W. Grosse-Kunstleve committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cf230fb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Replace "issues" with "side effects"

    Ralf W. Grosse-Kunstleve committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    13de380 View commit details
    Browse the repository at this point in the history
  2. Add missing slash accidentally left out

    Ralf W. Grosse-Kunstleve committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0d29c62 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Also test abc.ABC compatibilities.

    Ralf W. Grosse-Kunstleve committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    db53f4a View commit details
    Browse the repository at this point in the history