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

fix: Use PyObject_VisitManagedDict() of Python 3.13 #4973

Merged
merged 4 commits into from Dec 15, 2023

Commits on Dec 14, 2023

  1. fix: Use PyObject_VisitManagedDict() of Python 3.13

    Use PyObject_VisitManagedDict() and PyObject_ClearManagedDict() in
    pybind11_traverse() and pybind11_clear() on Python 3.13 and newer.
    vstinner committed Dec 14, 2023
    Copy the full SHA
    7e82bd3 View commit details
    Browse the repository at this point in the history
  2. Add Python 3.13 CI

    vstinner committed Dec 14, 2023
    Copy the full SHA
    48a8624 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70653ed View commit details
    Browse the repository at this point in the history
  4. ci: move 3.13 to upstream

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Dec 14, 2023
    Copy the full SHA
    8036a30 View commit details
    Browse the repository at this point in the history