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

Replace RETURN_NONE with Py_RETURN_NONE #257

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Commits on Jun 28, 2024

  1. Replace RETURN_NONE with Py_RETURN_NONE

    Since Python 3.12, `Py_None` is now immortal, so there's no need to
    increment its reference count. The builtin macro handles this correctly
    across all versions.
    QuLogic committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a526d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be54d1 View commit details
    Browse the repository at this point in the history