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

pybind11::handle inc_ref() & dec_ref() PyGILState_Check() **excluding** nullptr #4246

Merged
merged 3 commits into from
Dec 9, 2022

Commits on Nov 1, 2022

  1. pybind11/pytypes.h inc_ref(), dec_ref() PyGILState_Check() **ex…

    …cluding** `nullptr`
    
    Guarded by `PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`
    Ralf W. Grosse-Kunstleve committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8699639 View commit details
    Browse the repository at this point in the history
  2. Disable PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF for PyPy under Windows.

    Ralf W. Grosse-Kunstleve committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6d202aa View commit details
    Browse the repository at this point in the history
  3. Add reference to PR pybind#4268 (PyPy Windows)

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